[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 7 / 8 / e / FTMobileSDK / 1.5.0-alpha.2 / FTMobileSDK.podspec.json
blob117db62010e97735a8d1014fb0708c0aae20721a
2   "name": "FTMobileSDK",
3   "version": "1.5.0-alpha.2",
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.0-alpha.2"
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           }
135         },
136         {
137           "name": "FTWKWebView",
138           "source_files": "FTMobileSDK/FTSDKCore/FTWKWebView/**/*{.h,.m}",
139           "dependencies": {
140             "FTMobileSDK/FTSDKCore/Protocol": [
142             ],
143             "FTMobileSDK/FTSDKCore/BaseUtils/Swizzle": [
145             ]
146           }
147         },
148         {
149           "name": "DataManager",
150           "source_files": "FTMobileSDK/FTSDKCore/DataManager/**/*{.h,.m}",
151           "dependencies": {
152             "FTMobileSDK/FTSDKCore/BaseUtils/Thread": [
154             ],
155             "FTMobileSDK/FTSDKCore/BaseUtils/Base": [
157             ]
158           }
159         }
160       ]
161     }
162   ]