Skip to content

Commit

Permalink
Update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkdimon committed Sep 10, 2014
1 parent a398793 commit 0d5fd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTMOAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.requires_arc = false

s.public_header_files ='OAuth_v1.0/**/*.h', 'OAuth_v2.0/**/*.h'
s.source_files = 'GTMHTTPFetcher/*.{h,m}', 'OAuth_v1.0/**/*.{h,m}', 'OAuth_v2.0/**/*.{h,m}'
s.source_files = 'TouchBase/*.{h,m}', 'GTMHTTPFetcher/*.{h,m}', 'OAuth_v1.0/**/*.{h,m}', 'OAuth_v2.0/**/*.{h,m}'
s.private_header_files = 'GTMHTTPFetcher/*.h'
s.ios.frameworks = 'Security', 'SystemConfiguration'
end

0 comments on commit 0d5fd44

Please sign in to comment.