[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 1 / 3 / f / AVOSCloudIM / 3.1.2.8 / AVOSCloudIM.podspec.json
blob8454c2b9a4fb0cc60e1536ae27c8b7fab04fbd06
2   "name": "AVOSCloudIM",
3   "version": "3.1.2.8",
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.8/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.8/AVOSCloudIM.framework/AVOSCloudIM",
26   "dependencies": {
27     "AVOSCloud": [
29     ]
30   },
31   "xcconfig": {
32     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup -all_load"
33   },
34   "vendored_libraries": "libAVOSCloudIMLib.a",
35   "prepare_command": "cp iOS/release-v3.1.2.8/AVOSCloudIM.framework/AVOSCloudIM libAVOSCloudIMLib.a\ncp iOS/release-v3.1.2.8/AVOSCloudIM.framework/Headers/* .\ntouch LCDummy.m"