blob: 4518f556e8f54e208b1ea6ef8420e3768403f27b [file] [log] [blame]
{
"name": "AVOSCloud",
"version": "3.3.3",
"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.3.3/Static/AVOSCloud.framework.zip"
},
"source_files": "*.h",
"public_header_files": "*.h",
"preserve_paths": "iOS/release-v3.3.3/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.3.3/Static/AVOSCloud.framework/AVOSCloud libAVOSCloud.a\ncp iOS/release-v3.3.3/Static/AVOSCloud.framework/Headers/* ."
}