[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / a / 7 / SensorsThirdParty / 0.0.2 / SensorsThirdParty.podspec.json
blobdb1fdc7ce3338a9ff3acb98cb3453a9e24f43c0a
2   "name": "SensorsThirdParty",
3   "version": "0.0.2",
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.2"
13   },
14   "authors": "Sensors Data",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11"
18   },
19   "frameworks": "Foundation",
20   "dependencies": {
21     "SensorsAnalyticsSDK": [
23     ]
24   },
25   "default_subspecs": "Core",
26   "static_framework": true,
27   "subspecs": [
28     {
29       "name": "Core",
30       "public_header_files": "iOS/SensorsThirdParty/SensorsThirdParty/Source/include/*.h",
31       "source_files": [
32         "iOS/SensorsThirdParty/SensorsThirdParty/Source/Core/*.{h,m}",
33         "iOS/SensorsThirdParty/SensorsThirdParty/Source/include/*.{h,m}",
34         "iOS/SensorsThirdParty/SensorsThirdParty/Source/include/*.h"
35       ]
36     },
37     {
38       "name": "AppsFlyer",
39       "dependencies": {
40         "AppsFlyerFramework": [
41           ">=6.9.2"
42         ],
43         "SensorsThirdParty/Core": [
45         ]
46       },
47       "source_files": "iOS/SensorsThirdParty/SensorsThirdParty/Source/AppsFlyer/*.{h,m}",
48       "project_header_files": "iOS/SensorsThirdParty/SensorsThirdParty/Source/AppsFlyer/*.h"
49     },
50     {
51       "name": "AppsFlyerDynamic",
52       "dependencies": {
53         "AppsFlyerFramework/Dynamic": [
54           ">=6.9.2"
55         ],
56         "SensorsThirdParty/Core": [
58         ]
59       },
60       "source_files": "iOS/SensorsThirdParty/SensorsThirdParty/Source/AppsFlyer/*.{h,m}",
61       "project_header_files": "iOS/SensorsThirdParty/SensorsThirdParty/Source/AppsFlyer/*.h"
62     }
63   ]