blob: 0291e03f6878f94305485e656ceb85259958cb98 [file] [log] [blame]
{
"name": "AVOSCloud",
"version": "3.2.7",
"platforms": {
"ios": "6.0"
},
"summary": "LeanCloud iOS SDK for mobile backend.",
"homepage": "https://leancloud.cn",
"documentation_url": "https://leancloud.cn/api-docs/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.2.7/Static/AVOSCloud.framework.zip"
},
"source_files": "*.h",
"public_header_files": "*.h",
"preserve_paths": "iOS/release-v3.2.7/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.2.7/Static/AVOSCloud.framework/AVOSCloud libAVOSCloud.a\ncp iOS/release-v3.2.7/Static/AVOSCloud.framework/Headers/* ."
}