blob: 279a6a9b809ff53c94ef14063b3053187cd45709 [file] [log] [blame]
{
"name": "AVOSCloud-watchOS",
"version": "3.2.12",
"platforms": {
"watchos": "2.0"
},
"summary": "LeanCloud watchOS 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/watchOS/release-v3.2.12/Static/AVOSCloud.framework.zip"
},
"source_files": "*.h",
"public_header_files": "*.h",
"preserve_paths": "watchOS/release-v3.2.12/Static/AVOSCloud.framework/AVOSCloud",
"vendored_libraries": "libAVOSCloud.a",
"frameworks": [
"MobileCoreServices",
"CoreLocation",
"CoreGraphics",
"Security",
"QuartzCore"
],
"libraries": [
"icucore",
"sqlite3"
],
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC -lz"
},
"prepare_command": "cp watchOS/release-v3.2.12/Static/AVOSCloud.framework/AVOSCloud libAVOSCloud.a\ncp watchOS/release-v3.2.12/Static/AVOSCloud.framework/Headers/* ."
}