Skip to content

Commit

Permalink
fix s.source_files
Browse files Browse the repository at this point in the history
  • Loading branch information
abiaad committed Jun 3, 2015
1 parent 9518952 commit fe92ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PAAImageView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { "Pierre Abi-aad" => "[email protected]" }
s.source = { :git => "https://github.com/abiaad/PAAImageView.git", :tag => s.version.to_s }
s.platform = :ios, '6.0'
s.source_files = 'PAAImageView.{h,m}'
s.source_files = '*.{h,m}'
s.requires_arc = true
s.dependency 'AFNetworking', '~> 2.2'
end
end

0 comments on commit fe92ede

Please sign in to comment.