[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 3 / f / AVOSCloudIM / 3.1.2.5 / AVOSCloudIM.podspec.json
blob09c261bb0997a8bae7660dae331190e5f422df5a
2   "name": "AVOSCloudIM",
3   "version": "3.1.2.5",
4   "platforms": {
5     "ios": "5.1.1"
6   },
7   "summary": "LeanCloud iOS Instant Message SDK for mobile backend.",
8   "homepage": "https://leancloud.cn",
9   "documentation_url": "https://leancloud.cn/docs/api/iOS/index.html",
10   "license": {
11     "type": "Commercial",
12     "text": "Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html"
13   },
14   "authors": {
15     "LeanCloud": "support@leancloud.cn"
16   },
17   "source": {
18     "http": "https://download.leancloud.cn/sdk/iOS/release-v3.1.2.5/AVOSCloudIM.framework.zip"
19   },
20   "source_files": [
21     "iOS/release-v3.1.2.5/AVOSCloudIM.framework/**/*.h",
22     "LCDummy.m"
23   ],
24   "public_header_files": "iOS/release-v3.1.2.5/AVOSCloudIM.framework/**/*.h",
25   "preserve_paths": "iOS/release-v3.1.2.5/AVOSCloudIM.framework/AVOSCloudIM",
26   "dependencies": {
27     "AVOSCloud": [
29     ]
30   },
31   "xcconfig": {
32     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
33   },
34   "prepare_command": "    cp \"iOS/release-v3.1.2.5/AVOSCloudIM.framework/AVOSCloudIM\" \"libAVOSCloudIM.a\"\n    touch LCDummy.m\n"