blob: 89c813f8dfde6fa516be27425d82cfdc37ad8743 [file] [log] [blame]
{
"name": "AVOSCloudIM-OSX",
"version": "3.3.4",
"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.3.4/AVOSCloudIM.framework.zip"
},
"preserve_paths": "OSX/release-v3.3.4/AVOSCloudIM.framework",
"public_header_files": "OSX/release-v3.3.4/AVOSCloudIM.framework/**/*.h",
"vendored_frameworks": "OSX/release-v3.3.4/AVOSCloudIM.framework",
"resources": "OSX/release-v3.3.4/AVOSCloudIM.framework",
"dependencies": {
"AVOSCloud-OSX": [
]
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC",
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/AVOSCloudIM-OSX/**\"",
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
}
}