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