blob: 10b5495180c02a6349632b8dcefa3e70602d8654 [file] [log] [blame]
{
"name": "AVOSCloudIM",
"version": "3.1.2.9",
"platforms": {
"ios": "5.1.1"
},
"summary": "LeanCloud iOS Instant Message 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.2.9/AVOSCloudIM.framework.zip"
},
"source_files": [
"*.h",
"LCDummy.m"
],
"public_header_files": "*.h",
"preserve_paths": "iOS/release-v3.1.2.9/AVOSCloudIM.framework/AVOSCloudIM",
"dependencies": {
"AVOSCloud": [
]
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup -all_load"
},
"vendored_libraries": "libAVOSCloudIMLib.a",
"prepare_command": "cp iOS/release-v3.1.2.9/AVOSCloudIM.framework/AVOSCloudIM libAVOSCloudIMLib.a\ncp iOS/release-v3.1.2.9/AVOSCloudIM.framework/Headers/* .\ntouch LCDummy.m"
}