blob: cd51868433d443d940d5fe5151b6ab0b92a8b797 [file] [log] [blame]
{
"name": "AVOSCloud",
"version": "3.1.2.1",
"summary": "LeanCloud iOS SDK for mobile backend.",
"homepage": "https://leancloud.cn",
"license": {
"type": "Commercial",
"text": "© Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html"
},
"authors": {
"LeanCloud": "support@leancloud.cn"
},
"documentation_url": "https://leancloud.cn/docs/api/iOS/index.html",
"platforms": {
"ios": "5.1.1"
},
"source": {
"http": "https://download.leancloud.cn/sdk/iOS/release-v3.1.2.1/AVOSCloud.framework.zip"
},
"source_files": "iOS/release-v3.1.2.1/AVOSCloud.framework/**/*.h",
"public_header_files": "iOS/release-v3.1.2.1/AVOSCloud.framework/**/*.h",
"resources": "iOS/release-v3.1.2.1/AVOSCloud.framework/AVOSCloud.bundle",
"preserve_paths": "iOS/release-v3.1.2.1/AVOSCloud.framework/AVOSCloud",
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony",
"CoreLocation",
"CoreGraphics",
"Security",
"QuartzCore"
],
"libraries": [
"icucore",
"sqlite3"
],
"vendored_libraries": "libAVOSCloud.a",
"prepare_command": " cp \"iOS/release-v3.1.2.1/AVOSCloud.framework/AVOSCloud\" \"libAVOSCloud.a\"\n"
}