Skip to content

Instantly share code, notes, and snippets.

@trawor
Last active December 30, 2015 20:59
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 trawor/7884802 to your computer and use it in GitHub Desktop.
Save trawor/7884802 to your computer and use it in GitHub Desktop.
AVOSCloud-Beta.podspec
Pod::Spec.new do |s|
s.version = "999.99"
s.source = { :http => "https://download.avoscloud.com/sdk/iOS/release-beta/AVOSCloud.framework.zip"}
s.platform = :ios, '5.0'
s.name = "AVOSCloud"
s.summary = "AVOS Cloud iOS SDK for mobile backend."
s.homepage = "http://avoscloud.com"
s.license = { :type => 'Commercial', :text => 'See https://cn.avoscloud.com/terms.html' }
s.author = { "Travis" => "travis@avos.com" }
s.requires_arc = true
s.preserve_paths = "iOS/release-beta/*"
s.vendored_frameworks = "iOS/release-beta/AVOSCloud.framework"
s.public_header_files = "iOS/release-beta/**/*.h"
s.frameworks = 'CFNetwork', 'SystemConfiguration', 'MobileCoreServices', 'CoreTelephony', 'CoreLocation', 'CoreGraphics', 'Security', 'QuartzCore'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment