Skip to content

Instantly share code, notes, and snippets.

@candyan
Created July 23, 2015 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save candyan/24e6878c40b6371b8772 to your computer and use it in GitHub Desktop.
Save candyan/24e6878c40b6371b8772 to your computer and use it in GitHub Desktop.
{
"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"
},
"vendored_frameworks": "iOS/release-v3.1.2.7/AVOSCloudIM.framework",
"dependencies": {
"AVOSCloud": [
]
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup -all_load"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment