[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 9 / 1 / ATInternet-Apple-SDK / 2.23.0 / ATInternet-Apple-SDK.podspec.json
blob3af2b6b1b47ab394447c3501c14a19ac3128ee51
2   "name": "ATInternet-Apple-SDK",
3   "version": "2.23.0",
4   "summary": "AT Internet mobile analytics solution for Apple devices",
5   "homepage": "https://github.com/at-internet/atinternet-apple-sdk",
6   "documentation_url": "https://developers.atinternet-solutions.com/apple-en/getting-started-apple-en/operating-principle-apple-en/",
7   "license": "MIT",
8   "authors": "AT Internet",
9   "requires_arc": true,
10   "source": {
11     "git": "https://github.com/at-internet/atinternet-apple-sdk.git",
12     "tag": "2.23.0"
13   },
14   "module_name": "Tracker",
15   "platforms": {
16     "ios": "10.0",
17     "tvos": "10.0",
18     "watchos": "3.0"
19   },
20   "subspecs": [
21     {
22       "name": "Tracker",
23       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
24       "resources": [
25         "ATInternetTracker/Sources/DefaultConfiguration*",
26         "ATInternetTracker/Sources/TrackerBundle.bundle"
27       ],
28       "platforms": {
29         "ios": "10.0"
30       }
31     },
32     {
33       "name": "AppExtension",
34       "pod_target_xcconfig": {
35         "OTHER_SWIFT_FLAGS": "-DAT_EXTENSION"
36       },
37       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
38       "exclude_files": [
39         "ATInternetTracker/Sources/BackgroundTask.swift",
40         "ATInternetTracker/Sources/Debugger.swift",
41         "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h"
42       ],
43       "platforms": {
44         "ios": "10.0"
45       },
46       "resources": [
47         "ATInternetTracker/Sources/DefaultConfiguration*",
48         "ATInternetTracker/Sources/TrackerBundle.bundle"
49       ]
50     },
51     {
52       "name": "watchOSTracker",
53       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
54       "exclude_files": [
55         "ATInternetTracker/Sources/BackgroundTask.swift",
56         "ATInternetTracker/Sources/ATReachability.swift",
57         "ATInternetTracker/Sources/Debugger.swift",
58         "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h"
59       ],
60       "platforms": {
61         "watchos": "3.0"
62       },
63       "resources": [
64         "ATInternetTracker/Sources/DefaultConfiguration.plist",
65         "ATInternetTracker/Sources/core.manifest.json"
66       ]
67     },
68     {
69       "name": "tvOSTracker",
70       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
71       "exclude_files": [
72         "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h",
73         "ATInternetTracker/Sources/watchOSTracker.h"
74       ],
75       "resources": [
76         "ATInternetTracker/Sources/DefaultConfiguration*",
77         "ATInternetTracker/Sources/TrackerBundle.bundle"
78       ],
79       "platforms": {
80         "tvos": "10.0"
81       }
82     }
83   ]