Last active
August 29, 2015 14:25
-
-
Save candyan/30e5039bb997b737610f 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
{ | |
"name": "AVOSCloud", | |
"version": "3.1.2.7", | |
"platforms": { | |
"ios": "5.1.1" | |
}, | |
"summary": "LeanCloud iOS SDK for mobile backend.", | |
"homepage": "https://leancloud.cn", | |
"documentation_url": "https://leancloud.cn/docs/api/iOS/index.html", | |
"license": { | |
"type": "Commercial", | |
"text": "Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html" | |
}, | |
"authors": { | |
"LeanCloud": "support@leancloud.cn" | |
}, | |
"source": { | |
"http": "https://download.leancloud.cn/sdk/iOS/release-v3.1.2.7/AVOSCloud.framework.zip" | |
}, | |
"vendored_frameworks": "iOS/release-v3.1.2.7/AVOSCloud.framework", | |
"resources": "iOS/release-v3.1.2.7/AVOSCloud.framework/AVOSCloud.bundle", | |
"frameworks": [ | |
"CFNetwork", | |
"SystemConfiguration", | |
"MobileCoreServices", | |
"CoreTelephony", | |
"CoreLocation", | |
"CoreGraphics", | |
"Security", | |
"QuartzCore" | |
], | |
"libraries": [ | |
"icucore", | |
"sqlite3" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment