[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 1 / 3 / f / AVOSCloudIM / 3.1.2.7 / AVOSCloudIM.podspec.json
blob86bfbf7ea682c9986edd7a6004601af1809f935a
2   "name": "AVOSCloudIM",
3   "version": "3.1.2.7",
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.7/AVOSCloudIM.framework.zip"
19   },
20   "source_files": [
21     "*.h",
22     "LCDummy.m"
23   ],
24   "public_header_files": "*.h",
25   "preserve_paths": "iOS/release-v3.1.2.7/AVOSCloudIM.framework/AVOSCloudIM",
26   "dependencies": {
27     "AVOSCloud": [
29     ]
30   },
31   "xcconfig": {
32     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup -all_load"
33   },
34   "vendored_libraries": "libAVOSCloudIM.a",
35   "prepare_command": "    cp iOS/release-v3.1.2.7/AVOSCloudIM.framework/AVOSCloudIM libAVOSCloudIM.a\n    cp iOS/release-v3.1.2.7/AVOSCloudIM.framework/Headers/* .\n    touch LCDummy.m\n"