Last active
August 29, 2015 14:04
-
-
Save lxcid/48c6355b39baa04d60d9 to your computer and use it in GitHub Desktop.
AviarySDK 4.2.0 Pod Specs.
This file contains hidden or 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 = 'AviarySDK' | |
s.version = '4.2.0' | |
s.summary = "Aviary's photo editing SDK for iOS." | |
s.homepage = 'http://developers.aviary.com/docs/ios' | |
s.license = { | |
:type => 'Commercial', | |
:text => <<-LICENSE | |
Copyright (c) 2014 Aviary, Inc. All rights reserved. | |
LICENSE | |
} | |
s.author = { 'Aviary, Inc.' => '[email protected]' } | |
social_media_url = 'https://twitter.com/Aviary' | |
s.source = { :http => 'http://aviarystatic.s3.amazonaws.com/sdk/ios/4.2.0/Aviary-iOS-SDK.zip' } | |
s.platform = :ios, '6.0' | |
s.resource = 'AviarySDK-4.2.0/AviarySDK/AviarySDKResources.bundle' | |
s.vendored_frameworks = 'AviarySDK-4.2.0/AviarySDK/AviarySDK.framework' | |
s.frameworks = 'QuartzCore', 'Accelerate', 'StoreKit', 'CoreData', 'MessageUI', 'OpenGLES' | |
s.libraries = 'z', 'sqlite3' | |
s.requires_arc = true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment