blob: 18465cfdf8e0c679af1c2ad11ac4e8799582fb4e [file] [log] [blame]
{
"name": "AVOSCloud",
"version": "3.1.6",
"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.6/AVOSCloud.zip"
},
"source_files": "*.h",
"public_header_files": "*.h",
"preserve_paths": "iOS/release-v3.1.6/AVOSCloud/Static/AVOSCloud.framework/AVOSCloud",
"vendored_libraries": "libAVOSCloud.a",
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony",
"CoreLocation",
"CoreGraphics",
"Security",
"QuartzCore"
],
"libraries": [
"icucore",
"sqlite3"
],
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC -lz"
},
"prepare_command": "cp iOS/release-v3.1.6/AVOSCloud/Static/AVOSCloud.framework/AVOSCloud libAVOSCloud.a\ncp iOS/release-v3.1.6/AVOSCloud/Static/AVOSCloud.framework/Headers/* ."
}