[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / e / FTMobileSDK / 1.4.9-beta.4 / FTMobileSDK.podspec.json
blob55ec6e268c956f283b8febb8ff07341e2b675a0c
2   "name": "FTMobileSDK",
3   "version": "1.4.9-beta.4",
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.9-beta.4"
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/Crash": [
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           ],
76           "dependencies": {
77             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
79             ],
80             "FTMobileSDK/FTSDKCore/BaseUtils/Thread": [
82             ],
83             "FTMobileSDK/FTSDKCore/Protocol": [
85             ]
86           }
87         },
88         {
89           "name": "URLSessionAutoInstrumentation",
90           "source_files": "FTMobileSDK/FTSDKCore/URLSessionAutoInstrumentation/**/*{.h,.m}",
91           "dependencies": {
92             "FTMobileSDK/FTSDKCore/Protocol": [
94             ],
95             "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle": [
97             ]
98           }
99         },
100         {
101           "name": "Crash",
102           "source_files": "FTMobileSDK/FTSDKCore/Crash/**/*{.h,.m,.c}",
103           "dependencies": {
104             "FTMobileSDK/FTSDKCore/Protocol": [
106             ],
107             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
109             ]
110           }
111         },
112         {
113           "name": "Protocol",
114           "source_files": "FTMobileSDK/FTSDKCore/Protocol/**/*{.h,.m}"
115         },
116         {
117           "name": "BaseUtils",
118           "subspecs": [
119             {
120               "name": "Base",
121               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Base/*{.h,.m}"
122             },
123             {
124               "name": "Thread",
125               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Thread/*{.h,.m}"
126             },
127             {
128               "name": "Swizzle",
129               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle/*{.h,.m,.c}",
130               "dependencies": {
131                 "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
133                 ]
134               }
135             }
136           ]
137         },
138         {
139           "name": "Logger",
140           "source_files": "FTMobileSDK/FTSDKCore/Logger/*{.h,.m}",
141           "dependencies": {
142             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
144             ]
145           }
146         },
147         {
148           "name": "FTWKWebView",
149           "source_files": "FTMobileSDK/FTSDKCore/FTWKWebView/**/*{.h,.m}",
150           "dependencies": {
151             "FTMobileSDK/FTSDKCore/Protocol": [
153             ],
154             "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle": [
156             ]
157           }
158         },
159         {
160           "name": "DataManager",
161           "source_files": "FTMobileSDK/FTSDKCore/DataManager/**/*{.h,.m}",
162           "dependencies": {
163             "FTMobileSDK/FTSDKCore/BaseUtils/Thread": [
165             ],
166             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
168             ]
169           }
170         }
171       ]
172     }
173   ]