[Add] GreenVideoSDK 2.0.13
[CocoaPods.git] / Specs / 6 / f / e / TIoTThridSDK / 1.0.0 / TIoTThridSDK.podspec.json
blob970244d56be370a83ff0ca13c23cc053fa12b351
2   "name": "TIoTThridSDK",
3   "version": "1.0.0",
4   "summary": "该仓库为方便个人仓库构建使用,如有其他需求还请从官网下载原SDK",
5   "description": "在CI构建中,有些SDK没有提供供方便pod集成使用,在此仓库提供个聚合SDK以便更好的支持CI。",
6   "homepage": "https://github.com/tonychanchen/TIoTThridSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tonychanchen@gmail.com": "tonychanchen@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tonychanchen/TIoTThridSDK.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "TPNS-iOS",
24       "source_files": "TIoTThridSDK/TPNS-iOS/Classes/**/*",
25       "vendored_libraries": "TIoTThridSDK/TPNS-iOS/libXG-SDK-Cloud.a",
26       "vendored_frameworks": "TIoTThridSDK/TPNS-iOS/XGMTACloud.framework",
27       "frameworks": [
28         "CFNetwork",
29         "SystemConfiguration",
30         "CoreTelephony",
31         "CoreGraphics",
32         "Foundation",
33         "UserNotifications",
34         "CoreData"
35       ],
36       "libraries": [
37         "z",
38         "sqlite3"
39       ],
40       "pod_target_xcconfig": {
41         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42       },
43       "user_target_xcconfig": {
44         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45       }
46     },
47     {
48       "name": "WechatOpenSDK_NoPay",
49       "source_files": "TIoTThridSDK/WechatOpenSDK_NoPay/Classes/**/*",
50       "vendored_libraries": "TIoTThridSDK/WechatOpenSDK_NoPay/libWeChatSDK.a",
51       "frameworks": [
52         "Security",
53         "CoreGraphics",
54         "WebKit",
55         "SystemConfiguration",
56         "CoreTelephony",
57         "Foundation",
58         "UIKit"
59       ],
60       "libraries": [
61         "c++",
62         "sqlite3",
63         "z"
64       ],
65       "pod_target_xcconfig": {
66         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
67       },
68       "user_target_xcconfig": {
69         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
70       }
71     }
72   ]