[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / e / FTMobileSDK / 1.4.12-beta.1 / FTMobileSDK.podspec.json
blob13e9f36ed3cac662fea3ebfdcf5688e4c9614af3
2   "name": "FTMobileSDK",
3   "version": "1.4.12-beta.1",
4   "summary": "观测云 iOS 数据采集 SDK",
5   "homepage": "https://github.com/GuanceCloud/datakit-ios.git",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "hulilei": "hulilei@jiagouyun.com",
12     "Brandon Zhang": "zhangbo@jiagouyun.com"
13   },
14   "default_subspecs": "FTMobileAgent",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.13"
18   },
19   "source": {
20     "git": "https://github.com/GuanceCloud/datakit-ios.git",
21     "tag": "1.4.12-beta.1"
22   },
23   "resource_bundles": {
24     "FTSDKPrivacyInfo": "FTMobileSDK/Resources/PrivacyInfo.xcprivacy"
25   },
26   "subspecs": [
27     {
28       "name": "FTMobileAgent",
29       "platforms": {
30         "ios": "10.0"
31       },
32       "source_files": "FTMobileSDK/FTMobileAgent/**/*{.h,.m}",
33       "dependencies": {
34         "FTMobileSDK/FTSDKCore": [
36         ]
37       }
38     },
39     {
40       "name": "Extension",
41       "platforms": {
42         "ios": "10.0"
43       },
44       "source_files": [
45         "FTMobileSDK/FTMobileExtension/*{.h,.m}",
46         "FTMobileSDK/FTMobileAgent/Config/*.{h,m}",
47         "FTMobileSDK/FTMobileAgent/ExternalData/*{.h,.m}",
48         "FTMobileSDK/FTMobileAgent/Extension/*{.h,.m}"
49       ],
50       "dependencies": {
51         "FTMobileSDK/FTSDKCore/FTRUM": [
53         ],
54         "FTMobileSDK/FTSDKCore/URLSessionAutoInstrumentation": [
56         ],
57         "FTMobileSDK/FTSDKCore/Crash": [
59         ],
60         "FTMobileSDK/FTSDKCore/Logger": [
62         ]
63       }
64     },
65     {
66       "name": "FTSDKCore",
67       "platforms": {
68         "ios": "10.0",
69         "osx": "10.13"
70       },
71       "subspecs": [
72         {
73           "name": "FTRUM",
74           "source_files": [
75             "FTMobileSDK/FTSDKCore/FTRUM/RUMCore/**/*{.h,.m}",
76             "FTMobileSDK/FTSDKCore/FTRUM/Monitor/*{.h,.m}",
77             "FTMobileSDK/FTSDKCore/FTRUM/FTAppLaunchTracker.{h,m}"
78           ],
79           "dependencies": {
80             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
82             ],
83             "FTMobileSDK/FTSDKCore/BaseUtils/Thread": [
85             ],
86             "FTMobileSDK/FTSDKCore/Protocol": [
88             ]
89           }
90         },
91         {
92           "name": "URLSessionAutoInstrumentation",
93           "source_files": "FTMobileSDK/FTSDKCore/URLSessionAutoInstrumentation/**/*{.h,.m}",
94           "dependencies": {
95             "FTMobileSDK/FTSDKCore/Protocol": [
97             ],
98             "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle": [
100             ]
101           }
102         },
103         {
104           "name": "Crash",
105           "source_files": "FTMobileSDK/FTSDKCore/Crash/**/*{.h,.m,.c}",
106           "dependencies": {
107             "FTMobileSDK/FTSDKCore/Protocol": [
109             ],
110             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
112             ]
113           }
114         },
115         {
116           "name": "Protocol",
117           "source_files": "FTMobileSDK/FTSDKCore/Protocol/**/*{.h,.m}"
118         },
119         {
120           "name": "BaseUtils",
121           "subspecs": [
122             {
123               "name": "Base",
124               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Base/**/*{.h,.m}"
125             },
126             {
127               "name": "Thread",
128               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Thread/*{.h,.m}"
129             },
130             {
131               "name": "Swizzle",
132               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle/*{.h,.m,.c}",
133               "dependencies": {
134                 "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
136                 ]
137               }
138             }
139           ]
140         },
141         {
142           "name": "Logger",
143           "source_files": "FTMobileSDK/FTSDKCore/Logger/*{.h,.m}",
144           "dependencies": {
145             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
147             ]
148           }
149         },
150         {
151           "name": "FTWKWebView",
152           "source_files": "FTMobileSDK/FTSDKCore/FTWKWebView/**/*{.h,.m}",
153           "dependencies": {
154             "FTMobileSDK/FTSDKCore/Protocol": [
156             ],
157             "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle": [
159             ]
160           }
161         },
162         {
163           "name": "DataManager",
164           "source_files": "FTMobileSDK/FTSDKCore/DataManager/**/*{.h,.m}",
165           "dependencies": {
166             "FTMobileSDK/FTSDKCore/BaseUtils/Thread": [
168             ],
169             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
171             ]
172           }
173         }
174       ]
175     }
176   ]