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