blob: 1e75f3b8df07a1b36d7d90001e12bb77e68e648f [file] [log] [blame]
{
"name": "AVOSCloudIM-OSX",
"version": "3.1.6.6",
"summary": "LeanCloud OS X Instant Message SDK for Mac platform.",
"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"
},
"platforms": {
"osx": 10.8
},
"requires_arc": true,
"source": {
"http": "http://download.leancloud.cn/sdk/OSX/release-v3.1.6.6/AVOSCloudIM.framework.zip"
},
"preserve_paths": "OSX/release-v3.1.6.6/AVOSCloudIM.framework",
"public_header_files": "OSX/release-v3.1.6.6/AVOSCloudIM.framework/**/*.h",
"vendored_frameworks": "OSX/release-v3.1.6.6/AVOSCloudIM.framework",
"resources": "OSX/release-v3.1.6.6/AVOSCloudIM.framework",
"dependencies": {
"AVOSCloud-OSX": [
]
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC",
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/AVOSCloudIM-OSX/**\"",
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
}
}