Skip to content

Instantly share code, notes, and snippets.

@lxcid
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lxcid/48c6355b39baa04d60d9 to your computer and use it in GitHub Desktop.
Save lxcid/48c6355b39baa04d60d9 to your computer and use it in GitHub Desktop.
AviarySDK 4.2.0 Pod Specs.
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.' => 'api@aviary.com' }
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