[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 9 / 1 / ATInternet-Apple-SDK / 2.14.0 / ATInternet-Apple-SDK.podspec.json
blob3a70bb4d48a69018b1930813e891a0c9b92e2596
2   "name": "ATInternet-Apple-SDK",
3   "version": "2.14.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.14.0"
13   },
14   "module_name": "Tracker",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "static_framework": true,
21   "swift_version": "4.2",
22   "subspecs": [
23     {
24       "name": "Tracker",
25       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
26       "resources": [
27         "ATInternetTracker/Sources/*.{plist,json}",
28         "ATInternetTracker/Sources/TrackerBundle.bundle"
29       ],
30       "frameworks": [
31         "CoreData",
32         "CoreFoundation",
33         "UIKit",
34         "CoreTelephony",
35         "SystemConfiguration"
36       ],
37       "platforms": {
38         "ios": "8.0"
39       }
40     },
41     {
42       "name": "AppExtension",
43       "pod_target_xcconfig": {
44         "OTHER_SWIFT_FLAGS": "-DAT_EXTENSION"
45       },
46       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
47       "exclude_files": [
48         "ATInternetTracker/Sources/BackgroundTask.swift",
49         "ATInternetTracker/Sources/Debugger.swift",
50         "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h"
51       ],
52       "frameworks": [
53         "CoreData",
54         "CoreFoundation",
55         "WatchKit",
56         "UIKit",
57         "SystemConfiguration",
58         "CoreTelephony"
59       ],
60       "platforms": {
61         "ios": "8.0"
62       },
63       "resources": [
64         "ATInternetTracker/Sources/*.{plist,json}",
65         "ATInternetTracker/Sources/TrackerBundle.bundle"
66       ]
67     },
68     {
69       "name": "watchOSTracker",
70       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
71       "exclude_files": [
72         "ATInternetTracker/Sources/BackgroundTask.swift",
73         "ATInternetTracker/Sources/ATReachability.swift",
74         "ATInternetTracker/Sources/Debugger.swift",
75         "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h"
76       ],
77       "frameworks": [
78         "CoreData",
79         "CoreFoundation",
80         "WatchKit"
81       ],
82       "platforms": {
83         "watchos": "2.0"
84       },
85       "resources": [
86         "ATInternetTracker/Sources/DefaultConfiguration.plist",
87         "ATInternetTracker/Sources/core.manifest.json"
88       ]
89     },
90     {
91       "name": "tvOSTracker",
92       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
93       "exclude_files": [
94         "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h",
95         "ATInternetTracker/Sources/watchOSTracker.h"
96       ],
97       "resources": [
98         "ATInternetTracker/Sources/*.{plist,json,mp3,ttf}",
99         "ATInternetTracker/Sources/TrackerBundle.bundle"
100       ],
101       "frameworks": [
102         "CoreData",
103         "CoreFoundation",
104         "UIKit",
105         "SystemConfiguration"
106       ],
107       "platforms": {
108         "tvos": "9.0"
109       }
110     }
111   ]