[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 3 / 5 / ThinkingSDKMacOS / 1.0.0 / ThinkingSDKMacOS.podspec.json
blob4f44ce93eab10ecdc0e81d070ba846d1af4af003
2   "name": "ThinkingSDKMacOS",
3   "version": "1.0.0",
4   "summary": "Official ThinkingData SDK for OSX.",
5   "homepage": "https://github.com/ThinkingDataAnalytics/macOS-sdk",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "ThinkingData, Inc": "sdk@thinkingdata.cn"
9   },
10   "source": {
11     "git": "https://github.com/ThinkingDataAnalytics/macOS-sdk.git",
12     "tag": "v1.0.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "osx": "10.10"
17   },
18   "libraries": [
19     "sqlite3",
20     "z"
21   ],
22   "default_subspecs": "Main",
23   "subspecs": [
24     {
25       "name": "OSX",
26       "platforms": {
27         "osx": "10.10"
28       },
29       "source_files": [
30         "ThinkingSDK/Source/EventTracker/**/*.{h,m}",
31         "ThinkingSDK/Source/TDRuntime/**/*.{h,m}",
32         "ThinkingSDK/Source/Config/**/*.{h,m}",
33         "ThinkingSDK/Source/DeviceInfo/**/*.{h,m}",
34         "ThinkingSDK/Source/main/**/*.{h,m}",
35         "ThinkingSDK/Source/Store/**/*.{h,m}",
36         "ThinkingSDK/Source/Network/**/*.{h,m}"
37       ],
38       "osx": {
39         "exclude_files": [
40           "ThinkingSDK/Source/DeviceInfo/TDFPSMonitor.{h,m}",
41           "ThinkingSDK/Source/DeviceInfo/TDPerformance.{h,m}"
42         ]
43       },
44       "dependencies": {
45         "ThinkingSDKMacOS/Base": [
47         ]
48       }
49     },
50     {
51       "name": "Base",
52       "source_files": "ThinkingSDK/Source/AppLifeCycle/**/*.{h,m}",
53       "dependencies": {
54         "ThinkingSDKMacOS/Util": [
56         ],
57         "ThinkingSDKMacOS/Core": [
59         ],
60         "ThinkingSDKMacOS/Extension": [
62         ]
63       }
64     },
65     {
66       "name": "Core",
67       "source_files": "ThinkingSDK/Source/Core/**/*.{h,m,c}"
68     },
69     {
70       "name": "Util",
71       "source_files": "ThinkingSDK/Source/Util/**/*.{h,m}",
72       "osx": {
73         "exclude_files": "ThinkingSDK/Source/Util/Toast/*.{h,m}"
74       },
75       "dependencies": {
76         "ThinkingSDKMacOS/Core": [
78         ]
79       }
80     },
81     {
82       "name": "Extension",
83       "source_files": "ThinkingSDK/Source/Extension/**/*.{h,m}",
84       "dependencies": {
85         "ThinkingSDKMacOS/Core": [
87         ]
88       }
89     },
90     {
91       "name": "Main",
92       "osx": {
93         "dependencies": {
94           "ThinkingSDKMacOS/OSX": [
96           ]
97         }
98       }
99     }
100   ]