blob: 8c76cf9bc71cd980baef2c4886ba5a5d4af90257 [file] [log] [blame]
{
"name": "AVOSCloudIM-OSX",
"version": "3.3.5",
"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.9"
},
"requires_arc": true,
"source": {
"http": "http://download.leancloud.cn/sdk/OSX/release-v3.3.5/AVOSCloudIM.framework.zip"
},
"preserve_paths": "OSX/release-v3.3.5/AVOSCloudIM.framework",
"public_header_files": "OSX/release-v3.3.5/AVOSCloudIM.framework/**/*.h",
"vendored_frameworks": "OSX/release-v3.3.5/AVOSCloudIM.framework",
"resources": "OSX/release-v3.3.5/AVOSCloudIM.framework",
"dependencies": {
"AVOSCloud-OSX": [
]
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC",
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/AVOSCloudIM-OSX/**\"",
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
}
}