[Add] CookieOvenWebtoon 3.2.6
[CocoaPods.git] / Specs / 9 / a / 7 / SensorsThirdParty / 0.0.3 / SensorsThirdParty.podspec.json
bloba8cc1cfab04ca54e034ab50f76cc5e74b7945ba4
2   "name": "SensorsThirdParty",
3   "version": "0.0.3",
4   "summary": "The official iOS SDK of Sensors ThirdParty.",
5   "homepage": "http://www.sensorsdata.cn",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "source": {
11     "git": "https://github.com/sensorsdata/SensorsThirdParty.git",
12     "tag": "v0.0.3"
13   },
14   "authors": "Sensors Data",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "frameworks": "Foundation",
19   "dependencies": {
20     "SensorsAnalyticsSDK": [
22     ]
23   },
24   "default_subspecs": "Core",
25   "static_framework": true,
26   "subspecs": [
27     {
28       "name": "Core",
29       "public_header_files": "iOS/SensorsThirdParty/SensorsThirdParty/Source/include/*.h",
30       "source_files": [
31         "iOS/SensorsThirdParty/SensorsThirdParty/Source/Core/*.{h,m}",
32         "iOS/SensorsThirdParty/SensorsThirdParty/Source/include/*.{h,m}",
33         "iOS/SensorsThirdParty/SensorsThirdParty/Source/include/*.h"
34       ]
35     },
36     {
37       "name": "AppsFlyer",
38       "dependencies": {
39         "AppsFlyerFramework": [
40           ">=6.9.2"
41         ],
42         "SensorsThirdParty/Core": [
44         ]
45       },
46       "source_files": "iOS/SensorsThirdParty/SensorsThirdParty/Source/AppsFlyer/*.{h,m}",
47       "project_header_files": "iOS/SensorsThirdParty/SensorsThirdParty/Source/AppsFlyer/*.h"
48     },
49     {
50       "name": "AppsFlyerDynamic",
51       "dependencies": {
52         "AppsFlyerFramework/Dynamic": [
53           ">=6.9.2"
54         ],
55         "SensorsThirdParty/Core": [
57         ]
58       },
59       "source_files": "iOS/SensorsThirdParty/SensorsThirdParty/Source/AppsFlyer/*.{h,m}",
60       "project_header_files": "iOS/SensorsThirdParty/SensorsThirdParty/Source/AppsFlyer/*.h"
61     },
62     {
63       "name": "Adjust",
64       "dependencies": {
65         "Adjust": [
66           ">=4.33.4"
67         ],
68         "SensorsThirdParty/Core": [
70         ]
71       },
72       "source_files": "iOS/SensorsThirdParty/SensorsThirdParty/Source/Adjust/*.{h,m}",
73       "project_header_files": "iOS/SensorsThirdParty/SensorsThirdParty/Source/Adjust/*.h"
74     }
75   ]