[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 9 / 1 / ATInternet-Apple-SDK / 2.16.0 / ATInternet-Apple-SDK.podspec.json
blob81dd3f3245cb1d06ac13cf0e2454da1fb54eda07
2   "name": "ATInternet-Apple-SDK",
3   "version": "2.16.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.16.0"
13   },
14   "module_name": "Tracker",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "swift_versions": "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       "platforms": {
30         "ios": "8.0"
31       }
32     },
33     {
34       "name": "AppExtension",
35       "pod_target_xcconfig": {
36         "OTHER_SWIFT_FLAGS": "-DAT_EXTENSION"
37       },
38       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
39       "exclude_files": [
40         "ATInternetTracker/Sources/BackgroundTask.swift",
41         "ATInternetTracker/Sources/Debugger.swift",
42         "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h"
43       ],
44       "platforms": {
45         "ios": "8.0"
46       },
47       "resources": [
48         "ATInternetTracker/Sources/*.{plist,json}",
49         "ATInternetTracker/Sources/TrackerBundle.bundle"
50       ]
51     },
52     {
53       "name": "watchOSTracker",
54       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
55       "exclude_files": [
56         "ATInternetTracker/Sources/BackgroundTask.swift",
57         "ATInternetTracker/Sources/ATReachability.swift",
58         "ATInternetTracker/Sources/Debugger.swift",
59         "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h"
60       ],
61       "platforms": {
62         "watchos": "2.0"
63       },
64       "resources": [
65         "ATInternetTracker/Sources/DefaultConfiguration.plist",
66         "ATInternetTracker/Sources/core.manifest.json"
67       ]
68     },
69     {
70       "name": "tvOSTracker",
71       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
72       "exclude_files": [
73         "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h",
74         "ATInternetTracker/Sources/watchOSTracker.h"
75       ],
76       "resources": [
77         "ATInternetTracker/Sources/*.{plist,json,mp3,ttf}",
78         "ATInternetTracker/Sources/TrackerBundle.bundle"
79       ],
80       "platforms": {
81         "tvos": "9.0"
82       }
83     }
84   ],
85   "swift_version": "5"