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 cafd2ed commit 0ab9926
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GTMOAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Pod::Spec.new do |s|
s.name = 'GTMOAuth'
s.version = '0.1.0'
s.version = 0.1.1
s.license = 'MIT'
s.summary = 'OAuth engine for iOS.'
s.homepage = 'https://github.com/sdkdimon/gtm-oauth'

s.author = { 'daemmon' => 'sdkdimon@gmail.com' }
s.source = { :git => 'https://github.com/sdkdimon/gtm-oauth.git', :tag => '0.1.0' }
s.source = { :git => 'https://github.com/sdkdimon/gtm-oauth.git', :tag => 0.1.1 }

s.ios.deployment_target = '6.0'

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.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.private_header_files = 'GTMHTTPFetcher/*.h'
s.ios.frameworks = 'Security', 'SystemConfiguration'
end

0 comments on commit 0ab9926

Please sign in to comment.