[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / e / FTMobileSDK / 1.5.5 / FTMobileSDK.podspec.json
blobb4e418670bf46b6ffca8fc4a6f88db23427cd8bf
2   "name": "FTMobileSDK",
3   "version": "1.5.5",
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.5.5"
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/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/Crash/**/*{.h,.m,.c}",
75             "FTMobileSDK/FTSDKCore/FTRUM/FTAppLaunchTracker.{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": "Protocol",
103           "source_files": "FTMobileSDK/FTSDKCore/Protocol/**/*{.h,.m}"
104         },
105         {
106           "name": "BaseUtils",
107           "subspecs": [
108             {
109               "name": "Base",
110               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Base/**/*{.h,.m}"
111             },
112             {
113               "name": "Thread",
114               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Thread/*{.h,.m}"
115             },
116             {
117               "name": "Swizzle",
118               "source_files": "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle/*{.h,.m,.c}",
119               "dependencies": {
120                 "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
122                 ]
123               }
124             }
125           ]
126         },
127         {
128           "name": "Logger",
129           "source_files": "FTMobileSDK/FTSDKCore/Logger/*{.h,.m}",
130           "dependencies": {
131             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
133             ],
134             "FTMobileSDK/FTSDKCore/Protocol": [
136             ]
137           }
138         },
139         {
140           "name": "FTWKWebView",
141           "source_files": "FTMobileSDK/FTSDKCore/FTWKWebView/**/*{.h,.m}",
142           "dependencies": {
143             "FTMobileSDK/FTSDKCore/Protocol": [
145             ],
146             "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle": [
148             ]
149           }
150         },
151         {
152           "name": "DataManager",
153           "source_files": "FTMobileSDK/FTSDKCore/DataManager/**/*{.h,.m}",
154           "dependencies": {
155             "FTMobileSDK/FTSDKCore/BaseUtils/Thread": [
157             ],
158             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
160             ]
161           }
162         }
163       ]
164     }
165   ]