[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 1 / 3 / f / AVOSCloudIM / 3.3.5 / AVOSCloudIM.podspec.json
blob1cc4d1e64f45835fbebb9cffe994ca87d680586b
2   "name": "AVOSCloudIM",
3   "version": "3.3.5",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "summary": "LeanCloud iOS Instant Message SDK for mobile backend.",
8   "homepage": "https://leancloud.cn",
9   "documentation_url": "https://leancloud.cn/api-docs/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.3.5/Static/AVOSCloudIM.framework.zip"
19   },
20   "source_files": "*.h",
21   "public_header_files": "*.h",
22   "preserve_paths": "iOS/release-v3.3.5/Static/AVOSCloudIM.framework/AVOSCloudIM",
23   "vendored_libraries": "libAVOSCloudIM.a",
24   "dependencies": {
25     "AVOSCloud": [
27     ]
28   },
29   "xcconfig": {
30     "OTHER_LDFLAGS": "$(inherited) -ObjC"
31   },
32   "prepare_command": "cp iOS/release-v3.3.5/Static/AVOSCloudIM.framework/AVOSCloudIM libAVOSCloudIM.a\ncp iOS/release-v3.3.5/Static/AVOSCloudIM.framework/Headers/* ."