Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaumbach committed Apr 15, 2017
1 parent 9646c99 commit 797102c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Swizzlean.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/rbaumbach/Swizzlean.git', :tag => s.version.to_s }
s.requires_arc = true
s.ios.deployment_target = '8.0'
s.public_header_files = 'Swizzlean.h'
s.public_header_files = 'Swizzlean/Source/Swizzlean.h'
s.source_files = 'Swizzlean/Source/*.{h,m}'
s.frameworks = 'Foundation', 'ObjectiveC'
end

0 comments on commit 797102c

Please sign in to comment.