Created
September 10, 2014 13:57
-
-
Save olegam/ba6c7ff75e72b0067089 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "google-plus-ios-sdk" | |
s.version = "1.7.0" | |
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/" | |
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-#{s.version}.zip" } | |
s.platform = :ios | |
s.vendored_frameworks = "google-plus-ios-sdk-#{s.version}/GoogleOpenSource.framework", "google-plus-ios-sdk-#{s.version}/GooglePlus.framework" | |
s.source_files = "google-plus-ios-sdk-#{s.version}/{GoogleOpenSource,GooglePlus}.framework/Versions/A/Headers/*.h" | |
#s.resource = 'google-plus-ios-sdk-1.5.1/GooglePlus.bundle' | |
s.framework = 'AddressBook', 'AssetsLibrary', 'Foundation', 'CoreLocation', 'CoreMotion', 'CoreGraphics', 'CoreText', 'GoogleOpenSource', 'GooglePlus', 'MediaPlayer', 'Security', 'SystemConfiguration', 'UIKit' | |
s.requires_arc = false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment