Skip to content

Commit

Permalink
Merge pull request CocoaPods#5949 from trawor/fork
Browse files Browse the repository at this point in the history
release 2.1.0 and add beta spec
  • Loading branch information
keith committed Dec 6, 2013
2 parents f916ace + 140f607 commit 66de8e1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions AVOSCloud/2.1.0/AVOSCloud.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|

s.version = "2.1.0"
s.source = { :http => "https://download.avoscloud.com/sdk/iOS/release-v#{s.version}/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 => '© Copyright 2013 AVOS Systems, Inc. See http://avoscloud.com' }
s.author = { "Zeng Zhu" => "[email protected]" }
s.requires_arc = true


s.preserve_paths = "iOS/release-v#{s.version}/*"
s.vendored_frameworks = "iOS/release-v#{s.version}/AVOSCloud.framework"
s.public_header_files = "iOS/release-v#{s.version}/**/*.h"

s.frameworks = 'CFNetwork', 'SystemConfiguration', 'MobileCoreServices', 'CoreTelephony', 'CoreLocation', 'CoreGraphics', 'Security', 'QuartzCore'
end

0 comments on commit 66de8e1

Please sign in to comment.