Skip to content

Instantly share code, notes, and snippets.

@candyan
Last active August 29, 2015 14:25
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 candyan/30e5039bb997b737610f to your computer and use it in GitHub Desktop.
Save candyan/30e5039bb997b737610f to your computer and use it in GitHub Desktop.
{
"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