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