[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / e / FTMobileSDK / 1.4.8-alpha.3 / FTMobileSDK.podspec.json
blobb01e31496c0c61d34b7cc2434f439d5d21693661
2   "name": "FTMobileSDK",
3   "version": "1.4.8-alpha.3",
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.8-alpha.3"
22   },
23   "subspecs": [
24     {
25       "name": "FTMobileAgent",
26       "platforms": {
27         "ios": "10.0"
28       },
29       "source_files": "FTMobileSDK/FTMobileAgent/**/*{.h,.m}",
30       "dependencies": {
31         "FTMobileSDK/FTSDKCore": [
33         ]
34       }
35     },
36     {
37       "name": "Extension",
38       "platforms": {
39         "ios": "10.0"
40       },
41       "source_files": [
42         "FTMobileSDK/FTMobileExtension/*{.h,.m}",
43         "FTMobileSDK/FTMobileAgent/Config/*.{h,m}",
44         "FTMobileSDK/FTMobileAgent/ExternalData/*{.h,.m}",
45         "FTMobileSDK/FTMobileAgent/Extension/*{.h,.m}"
46       ],
47       "dependencies": {
48         "FTMobileSDK/FTSDKCore/FTRUM": [
50         ],
51         "FTMobileSDK/FTSDKCore/URLSessionAutoInstrumentation": [
53         ],
54         "FTMobileSDK/FTSDKCore/Exception": [
56         ],
57         "FTMobileSDK/FTSDKCore/Logger": [
59         ]
60       }
61     },
62     {
63       "name": "FTSDKCore",
64       "platforms": {
65         "ios": "10.0",
66         "osx": "10.13"
67       },
68       "subspecs": [
69         {
70           "name": "FTRUM",
71           "source_files": [
72             "FTMobileSDK/FTSDKCore/FTRUM/RUMCore/**/*{.h,.m}",
73             "FTMobileSDK/FTSDKCore/FTRUM/Monitor/*{.h,.m}",
74             "FTMobileSDK/FTSDKCore/FTRUM/FTAppLaunchTracker.{h,m}",
75             "FTMobileSDK/FTSDKCore/FTRUM/LongTask/*{.h,.m}"
76           ],
77           "dependencies": {
78             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
80             ],
81             "FTMobileSDK/FTSDKCore/BaseUtils/Thread": [
83             ],
84             "FTMobileSDK/FTSDKCore/Protocol": [
86             ]
87           }
88         },
89         {
90           "name": "URLSessionAutoInstrumentation",
91           "source_files": "FTMobileSDK/FTSDKCore/URLSessionAutoInstrumentation/**/*{.h,.m}",
92           "dependencies": {
93             "FTMobileSDK/FTSDKCore/Protocol": [
95             ],
96             "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle": [
98             ]
99           }
100         },
101         {
102           "name": "Exception",
103           "source_files": "FTMobileSDK/FTSDKCore/Exception/*{.h,.m}",
104           "dependencies": {
105             "FTMobileSDK/FTSDKCore/Protocol": [
107             ],
108             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
110             ]
111           }
112         },
113         {
114           "name": "Protocol",
115           "source_files": "FTMobileSDK/FTSDKCore/Protocol/**/*{.h,.m}"
116         },
117         {
118           "name": "BaseUtils",
119           "subspecs": [
120             {
121               "name": "Base",
122               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Base/*{.h,.m}"
123             },
124             {
125               "name": "Thread",
126               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Thread/*{.h,.m}"
127             },
128             {
129               "name": "Swizzle",
130               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle/*{.h,.m,.c}",
131               "dependencies": {
132                 "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
134                 ]
135               }
136             }
137           ]
138         },
139         {
140           "name": "Logger",
141           "source_files": "FTMobileSDK/FTSDKCore/Logger/*{.h,.m}",
142           "dependencies": {
143             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
145             ]
146           }
147         },
148         {
149           "name": "FTWKWebView",
150           "source_files": "FTMobileSDK/FTSDKCore/FTWKWebView/**/*{.h,.m}",
151           "dependencies": {
152             "FTMobileSDK/FTSDKCore/Protocol": [
154             ],
155             "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle": [
157             ]
158           }
159         },
160         {
161           "name": "DataManager",
162           "source_files": "FTMobileSDK/FTSDKCore/DataManager/**/*{.h,.m}",
163           "dependencies": {
164             "FTMobileSDK/FTSDKCore/BaseUtils/Thread": [
166             ],
167             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
169             ]
170           }
171         }
172       ]
173     }
174   ]