Skip to content

Commit

Permalink
Merge pull request #70 from square/federman/fix_pod_lint
Browse files Browse the repository at this point in the history
Fix pod lint
  • Loading branch information
dfed committed Jan 21, 2016
2 parents b21b27f + 250ec46 commit 00f6979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Valet.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/square/Valet.git', :tag => s.version }
s.source_files = 'Valet/*.{h,m}', 'Other/*.{h,m}'
s.public_header_files = 'Valet/*.h'
s.exclude_files = 'Valet/*_Protected.h'
s.private_header_files = 'Valet/*_Protected.h'
s.frameworks = 'Security'
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.10'
Expand Down

0 comments on commit 00f6979

Please sign in to comment.