[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / e / FTMobileSDK / 1.6.0-alpha.4 / FTMobileSDK.podspec.json
blobd723f36c8c419e332647e9107422e5a86bb8989e
2   "name": "FTMobileSDK",
3   "version": "1.6.0-alpha.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.6.0-alpha.4"
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       "public_header_files": [
34         "FTMobileSDK/FTMobileAgent/Core/FTMobileSDK.h",
35         "FTMobileSDK/FTMobileAgent/Core/FTMobileAgent.h",
36         "FTMobileSDK/FTMobileAgent/Config/FTMobileConfig.h",
37         "FTMobileSDK/FTMobileAgent/ExternalData/FTExternalDataManager.h",
38         "FTMobileSDK/FTMobileAgent/Core/FTTraceManager.h"
39       ],
40       "dependencies": {
41         "FTMobileSDK/FTSDKCore": [
43         ]
44       }
45     },
46     {
47       "name": "Extension",
48       "platforms": {
49         "ios": "10.0"
50       },
51       "source_files": [
52         "FTMobileSDK/FTMobileExtension/*{.h,.m}",
53         "FTMobileSDK/FTMobileAgent/Config/*.{h,m}",
54         "FTMobileSDK/FTMobileAgent/ExternalData/*{.h,.m}",
55         "FTMobileSDK/FTMobileAgent/Extension/*{.h,.m}"
56       ],
57       "dependencies": {
58         "FTMobileSDK/FTSDKCore/FTRUM": [
60         ],
61         "FTMobileSDK/FTSDKCore/URLSessionAutoInstrumentation": [
63         ],
64         "FTMobileSDK/FTSDKCore/Logger": [
66         ]
67       }
68     },
69     {
70       "name": "FTSDKCore",
71       "platforms": {
72         "ios": "10.0",
73         "osx": "10.13"
74       },
75       "subspecs": [
76         {
77           "name": "FTRUM",
78           "source_files": [
79             "FTMobileSDK/FTSDKCore/FTRUM/RUMCore/**/*{.h,.m}",
80             "FTMobileSDK/FTSDKCore/FTRUM/Monitor/*{.h,.m}",
81             "FTMobileSDK/FTSDKCore/FTRUM/Crash/**/*{.h,.m,.c}",
82             "FTMobileSDK/FTSDKCore/FTRUM/FTAppLaunchTracker.{h,m}"
83           ],
84           "dependencies": {
85             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
87             ],
88             "FTMobileSDK/FTSDKCore/BaseUtils/Thread": [
90             ],
91             "FTMobileSDK/FTSDKCore/Protocol": [
93             ]
94           }
95         },
96         {
97           "name": "URLSessionAutoInstrumentation",
98           "source_files": "FTMobileSDK/FTSDKCore/URLSessionAutoInstrumentation/**/*{.h,.m}",
99           "dependencies": {
100             "FTMobileSDK/FTSDKCore/Protocol": [
102             ],
103             "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle": [
105             ]
106           }
107         },
108         {
109           "name": "Protocol",
110           "source_files": "FTMobileSDK/FTSDKCore/Protocol/**/*{.h,.m}"
111         },
112         {
113           "name": "BaseUtils",
114           "subspecs": [
115             {
116               "name": "Base",
117               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Base/**/*{.h,.m}"
118             },
119             {
120               "name": "Thread",
121               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Thread/*{.h,.m}"
122             },
123             {
124               "name": "Swizzle",
125               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle/*{.h,.m,.c}",
126               "dependencies": {
127                 "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
129                 ]
130               }
131             }
132           ]
133         },
134         {
135           "name": "Logger",
136           "source_files": "FTMobileSDK/FTSDKCore/Logger/*{.h,.m}",
137           "dependencies": {
138             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
140             ]
141           }
142         },
143         {
144           "name": "FTWKWebView",
145           "source_files": "FTMobileSDK/FTSDKCore/FTWKWebView/**/*{.h,.m}",
146           "dependencies": {
147             "FTMobileSDK/FTSDKCore/Protocol": [
149             ],
150             "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle": [
152             ]
153           }
154         },
155         {
156           "name": "DataManager",
157           "source_files": "FTMobileSDK/FTSDKCore/DataManager/**/*{.h,.m}",
158           "dependencies": {
159             "FTMobileSDK/FTSDKCore/BaseUtils/Thread": [
161             ],
162             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
164             ]
165           }
166         }
167       ]
168     },
169     {
170       "name": "FTSessionReplay",
171       "platforms": {
172         "ios": "10.0"
173       },
174       "source_files": "FTMobileSDK/FTSessionReplay/**/*{.h,.m}",
175       "public_header_files": "FTMobileSDK/FTSessionReplay/Public/*.h",
176       "dependencies": {
177         "FTMobileSDK/FTSDKCore": [
179         ]
180       }
181     }
182   ]