[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / f / 5 / AVOSCloudSNS / 3.1.2.8 / AVOSCloudSNS.podspec.json
blob1a39a6c76924ad2e3a505aac7663c88a8e7d4a0e
2   "name": "AVOSCloudSNS",
3   "version": "3.1.2.8",
4   "platforms": {
5     "ios": "5.1.1"
6   },
7   "summary": "LeanCloud iOS SNS 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/AVOSCloudSNS.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/AVOSCloudSNS.framework/AVOSCloudSNS",
26   "dependencies": {
27     "AVOSCloud": [
29     ]
30   },
31   "xcconfig": {
32     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
33   },
34   "vendored_libraries": "libAVOSCloudSNSLib.a",
35   "prepare_command": "cp iOS/release-v3.1.2.8/AVOSCloudSNS.framework/AVOSCloudSNS libAVOSCloudSNSLib.a\ncp iOS/release-v3.1.2.8/AVOSCloudSNS.framework/Headers/* .\ntouch LCDummy.m"