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 0d5fd44 commit 422b9d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GTMOAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |s|
s.name = 'GTMOAuth'
s.version = '0.1.1'
s.version = '0.1.2'
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.1' }
s.source = { :git => 'https://github.com/sdkdimon/gtm-oauth.git', :tag => '0.1.2' }

s.ios.deployment_target = '6.0'

s.requires_arc = false

s.public_header_files ='OAuth_v1.0/**/*.h', 'OAuth_v2.0/**/*.h'
s.public_header_files = 'TouchBase/*.h', 'OAuth_v1.0/**/*.h', 'OAuth_v2.0/**/*.h'
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'
Expand Down

0 comments on commit 422b9d2

Please sign in to comment.