[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / a / 4 / ThirdOpenSDK / 1.0.1 / ThirdOpenSDK.podspec.json
blob1bfd95b62df25b7309af0f442c99a890e91d7302
2   "name": "ThirdOpenSDK",
3   "version": "1.0.1",
4   "summary": "iOS第三方开放平台SDK集合",
5   "description": "iOS第三方开放平台SDK,维持更新,使用请参看相关开放平台API文档",
6   "homepage": "https://gitee.com/xuyaguang/third-open-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "许亚光": "xu_yaguang@163.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://gitee.com/xuyaguang/third-open-sdk.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "**/*.h",
22   "frameworks": [
23     "Security",
24     "SystemConfiguration",
25     "CoreGraphics",
26     "CoreTelephony",
27     "WebKit"
28   ],
29   "vendored_frameworks": "**/*.framework",
30   "libraries": [
31     "iconv",
32     "sqlite3",
33     "stdc++",
34     "z"
35   ],
36   "vendored_libraries": "**/*.a",
37   "requires_arc": true,
38   "pod_target_xcconfig": {
39     "VALID_ARCHS": "x86_64 armv7 arm64"
40   },
41   "dependencies": {
42     "WechatOpenSDK": [
44     ],
45     "Weibo_SDK": [
47     ]
48   }