blob: 67e63a707b5be4ec16b35a6ce2f0417d0fdcff81 [file] [log] [blame]
{
"name": "AVOSCloudSNS",
"version": "3.1.2.7",
"platforms": {
"ios": "5.1.1"
},
"summary": "LeanCloud iOS SNS 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/AVOSCloudSNS.framework.zip"
},
"source_files": [
"*.h",
"LCDummy.m"
],
"public_header_files": "*.h",
"preserve_paths": "iOS/release-v3.1.2.7/AVOSCloudSNS.framework/AVOSCloudSNS",
"dependencies": {
"AVOSCloud": [
]
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
},
"vendored_libraries": "libAVOSCloudSNS.a",
"prepare_command": " cp iOS/release-v3.1.2.7/AVOSCloudSNS.framework/AVOSCloudSNS libAVOSCloudSNS.a\n cp iOS/release-v3.1.2.7/AVOSCloudSNS.framework/Headers/* .\n touch LCDummy.m\n"
}