Skip to content

Commit

Permalink
Added dependency with SBJson
Browse files Browse the repository at this point in the history
  • Loading branch information
rais38 committed Apr 8, 2013
1 parent 868bd43 commit 2a96c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions GTMHTTPFetcher/0.0.1/GTMHTTPFetcher.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Pod::Spec.new do |s|
s.author = { 'The Google Data APIs team' => 'https://code.google.com/p/google-api-objectivec-client' }
s.source = { :svn => 'http://gtm-http-fetcher.googlecode.com/svn/trunk', :revision => 'r119' }
s.requires_arc = false
s.dependency 'SBJson'
s.ios.deployment_target = '3.0'
s.osx.deployment_target = '10.5'
s.ios.framework = 'UIKit'
Expand Down
1 change: 1 addition & 0 deletions gtm-oauth2/0.0.1/gtm-oauth2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
s.source = { :svn => 'http://gtm-oauth2.googlecode.com/svn/trunk/', :revision => 'r107' }
s.requires_arc = false
s.dependency 'GTMHTTPFetcher'
s.dependency 'SBJson'
s.frameworks = 'Security', 'SystemConfiguration'
s.ios.deployment_target = '3.0'
s.osx.deployment_target = '10.5'
Expand Down

0 comments on commit 2a96c06

Please sign in to comment.