Skip to content

Commit

Permalink
[Update] google-plus-ios-sdk (1.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbendersky committed Mar 7, 2013
1 parent 92001a8 commit 454c33d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions google-plus-ios-sdk/1.2.1/google-plus-ios-sdk.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "google-plus-ios-sdk"
s.version = "1.2.1"
s.summary = "Google+ Platform for iOS."
s.description = "Create a more engaging experience and connect with more users by integrating social into your app. Extend your app in new and creative ways using these Google+ platform features."
s.homepage = "https://developers.google.com/+/mobile/ios/getting-started"
s.license = {
:type => 'Copyright',
:text => 'Copyright 2013 Google Inc.'
}
s.author = 'Google Inc.'
s.source = { :http => "https://developers.google.com/+/mobile/ios/sdk/google-plus-ios-sdk-1.2.1.zip" }
s.platform = :ios
s.source_files = 'google-plus-ios-sdk-1.2.1/lib/*.{h}', 'google-plus-ios-sdk-1.2.1/OpenSource/**/*.{h,m}'
s.resource = 'google-plus-ios-sdk-1.2.1/Resources/*.png'
s.preserve_paths = 'google-plus-ios-sdk-1.2.1/lib/libGooglePlusUniversal.a'
s.library = 'GooglePlusUniversal'
s.framework = 'Security', 'SystemConfiguration'
s.requires_arc = false
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/google-plus-ios-sdk/google-plus-ios-sdk-1.2.1/lib"' }
end

0 comments on commit 454c33d

Please sign in to comment.