[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / 1 / ATInternet-Apple-SDK / 2.15.2 / ATInternet-Apple-SDK.podspec.json
blob9f373238718967fb61985c447ced9a5c584d1684
2   "name": "ATInternet-Apple-SDK",
3   "version": "2.15.2",
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.2"
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       "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         "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   ]