blob: 86bfbf7ea682c9986edd7a6004601af1809f935a [file] [log] [blame]
{
"name": "AVOSCloudIM",
"version": "3.1.2.7",
"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.7/AVOSCloudIM.framework.zip"
},
"source_files": [
"*.h",
"LCDummy.m"
],
"public_header_files": "*.h",
"preserve_paths": "iOS/release-v3.1.2.7/AVOSCloudIM.framework/AVOSCloudIM",
"dependencies": {
"AVOSCloud": [
]
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup -all_load"
},
"vendored_libraries": "libAVOSCloudIM.a",
"prepare_command": " cp iOS/release-v3.1.2.7/AVOSCloudIM.framework/AVOSCloudIM libAVOSCloudIM.a\n cp iOS/release-v3.1.2.7/AVOSCloudIM.framework/Headers/* .\n touch LCDummy.m\n"
}