[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / b / OneKit-Pangle / 1.3.11 / OneKit-Pangle.podspec.json
blobeaa59824f508c5e31342992a7daf776963e28630
2   "name": "OneKit-Pangle",
3   "version": "1.3.11",
4   "summary": "OneSDK Kit.",
5   "description": "an iOS base Framework.",
6   "homepage": "https://github.com/bytedance/panglead-specs/OneKit",
7   "license": {
8     "text": "Bytedance copyright",
9     "type": "Copyright"
10   },
11   "authors": "ByteDance",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "ios": {
16     "frameworks": [
17       "UIKit",
18       "Foundation",
19       "JavaScriptCore"
20     ],
21     "vendored_libraries": "ios-arch-iphone/*_OneKit_*awesome_*.a"
22   },
23   "frameworks": "UIKit",
24   "pod_target_xcconfig": {
25     "BITCODE_GENERATION_MODE": "bitcode",
26     "enable_modules": "YES",
27     "GCC_PREPROCESSOR_DEFINITIONS": "TTNET_IMPLEMENT_BORINGSSL"
28   },
29   "user_target_xcconfig": {
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
31   },
32   "source_files": [
33     "OneKit-bitdummy.m"
34   ],
35   "requires_arc": true,
36   "static_framework": true,
37   "source": {
38     "http": "https://sf16-fe-tos-sg.i18n-pglstatp.com/obj/pangle-sdk-static-va/OneKit/1.3.11/OneKit-Pangle.framework.tar.xz"
39   },
40   "subspecs": [
41     {
42       "public_header_files": "OneKit/BaseKit/**/*.h",
43       "vendored_libraries": "OneKit/BaseKit/Decorator/Vendor/*.a",
44       "name": "BaseKit",
45       "ios": {
46         "vendored_libraries": "ios-arch-iphone/*_BaseKit_*awesome_*.a"
47       },
48       "libraries": "z",
49       "frameworks": "Foundation",
50       "source_files": [
51         "OneKit/BaseKit/**/*.{h,m,c}",
52         "OneKit-bitdummy.m"
53       ]
54     },
55     {
56       "public_header_files": "OneKit/Reachability/**/*.h",
57       "name": "Reachability",
58       "ios": {
59         "vendored_libraries": "ios-arch-iphone/*_Reachability_*awesome_*.a"
60       },
61       "frameworks": [
62         "Foundation",
63         "CoreTelephony",
64         "SystemConfiguration",
65         "CoreFoundation",
66         "UIKit"
67       ],
68       "dependencies": {
69         "OneKit-Pangle/Service": [
71         ]
72       },
73       "source_files": [
74         "OneKit/Reachability/**/*.{h,m,c}",
75         "OneKit-bitdummy.m"
76       ]
77     },
78     {
79       "public_header_files": "OneKit/Service/**/*.h",
80       "name": "Service",
81       "ios": {
82         "vendored_libraries": "ios-arch-iphone/*_Service_*awesome_*.a"
83       },
84       "frameworks": "Foundation",
85       "source_files": [
86         "OneKit/Service/**/*.{h,m,c}",
87         "OneKit-bitdummy.m"
88       ]
89     },
90     {
91       "public_header_files": "OneKit/Database/**/*.h",
92       "name": "Database",
93       "ios": {
94         "vendored_libraries": "ios-arch-iphone/*_Database_*awesome_*.a"
95       },
96       "libraries": "sqlite3",
97       "frameworks": "Foundation",
98       "dependencies": {
99         "OneKit-Pangle/Service": [
101         ]
102       },
103       "source_files": [
104         "OneKit/Database/**/*.{h,m,c}",
105         "OneKit-bitdummy.m"
106       ]
107     }
108   ]