[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / 4 / 9 / 1 / ATInternet-Apple-SDK / 2.5.7 / ATInternet-Apple-SDK.podspec.json
blob421710bc2e5b9a57131eb94fe719b4441065aec6
2   "name": "ATInternet-Apple-SDK",
3   "version": "2.5.7",
4   "summary": "AT Internet mobile analytics solution for Apple devices",
5   "homepage": "https://github.com/at-internet/atinternet-apple-sdk",
6   "documentation_url": "http://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.5.7"
13   },
14   "module_name": "Tracker",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "pushed_with_swift_version": "3.1",
21   "subspecs": [
22     {
23       "name": "Tracker",
24       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
25       "exclude_files": [
26         "ATInternetTracker/Sources/UIApplicationContext.swift",
27         "ATInternetTracker/Sources/UIViewControllerContext.swift",
28         "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
29         "ATInternetTracker/Sources/EventManager.swift",
30         "ATInternetTracker/Sources/GestureEvent.swift",
31         "ATInternetTracker/Sources/GestureOperation.swift",
32         "ATInternetTracker/Sources/PanEvent.swift",
33         "ATInternetTracker/Sources/PinchEvent.swift",
34         "ATInternetTracker/Sources/RefreshEvent.swift",
35         "ATInternetTracker/Sources/RotationEvent.swift",
36         "ATInternetTracker/Sources/ScreenEvent.swift",
37         "ATInternetTracker/Sources/ScreenOperation.swift",
38         "ATInternetTracker/Sources/ScreenRotationEvent.swift",
39         "ATInternetTracker/Sources/ScreenRotationOperation.swift",
40         "ATInternetTracker/Sources/DeviceRotationEvent.swift",
41         "ATInternetTracker/Sources/DeviceRotationOperation.swift",
42         "ATInternetTracker/Sources/ScreenshotEvent.swift",
43         "ATInternetTracker/Sources/ScrollEvent.swift",
44         "ATInternetTracker/Sources/SwipeEvent.swift",
45         "ATInternetTracker/Sources/TapEvent.swift",
46         "ATInternetTracker/Sources/ApiS3.swift",
47         "ATInternetTracker/Sources/ConnectedState.swift",
48         "ATInternetTracker/Sources/DisconnectedState.swift",
49         "ATInternetTracker/Sources/LiveManager.swift",
50         "ATInternetTracker/Sources/Messages.swift",
51         "ATInternetTracker/Sources/PendingState.swift",
52         "ATInternetTracker/Sources/SocketDelegate.swift",
53         "ATInternetTracker/Sources/SocketEvents.swift",
54         "ATInternetTracker/Sources/SocketSender.swift",
55         "ATInternetTracker/Sources/IgnoredViews.swift",
56         "ATInternetTracker/Sources/SmartPopUp.swift",
57         "ATInternetTracker/Sources/SmartToolbar.swift",
58         "ATInternetTracker/Sources/NSObjectExtension.swift",
59         "ATInternetTracker/Sources/UIApplicationExtension.swift",
60         "ATInternetTracker/Sources/UIImageExtension.swift",
61         "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
62         "ATInternetTracker/Sources/UISwitchExtension.swift",
63         "ATInternetTracker/Sources/UIViewControllerExtension.swift",
64         "ATInternetTracker/Sources/UIViewExtension.swift",
65         "ATInternetTracker/Sources/*.ttf",
66         "ATInternetTracker/Sources/App.swift",
67         "ATInternetTracker/Sources/Rotator.swift",
68         "ATInternetTracker/Sources/View.swift",
69         "ATInternetTracker/Sources/ATGestureRecognizer.m",
70         "ATInternetTracker/Sources/ATGestureRecognizer.h",
71         "ATInternetTracker/Sources/SmartTracker.h",
72         "ATInternetTracker/Sources/tvOSTracker.h",
73         "ATInternetTracker/Sources/watchOSTracker.h",
74         "ATInternetTracker/Sources/UILabelExtension.swift",
75         "ATInternetTracker/Sources/JRSwizzle.h",
76         "ATInternetTracker/Sources/JRSwizzle.m",
77         "ATInternetTracker/Sources/KLCPopup.h",
78         "ATInternetTracker/Sources/KLCPopup.m",
79         "ATInternetTracker/Sources/SRWebSocket.h",
80         "ATInternetTracker/Sources/SRWebSocket.m"
81       ],
82       "resources": [
83         "ATInternetTracker/Sources/*.{plist,xcdatamodeld,png,json}",
84         "ATInternetTracker/Sources/Images.xcassets"
85       ],
86       "frameworks": [
87         "CoreData",
88         "CoreFoundation",
89         "UIKit",
90         "CoreTelephony",
91         "SystemConfiguration"
92       ],
93       "platforms": {
94         "ios": "8.0"
95       }
96     },
97     {
98       "name": "AppExtension",
99       "pod_target_xcconfig": {
100         "OTHER_SWIFT_FLAGS": "-DAT_EXTENSION"
101       },
102       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
103       "exclude_files": [
104         "ATInternetTracker/Sources/BackgroundTask.swift",
105         "ATInternetTracker/Sources/Debugger.swift",
106         "ATInternetTracker/Sources/UIApplicationContext.swift",
107         "ATInternetTracker/Sources/UIViewControllerContext.swift",
108         "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
109         "ATInternetTracker/Sources/EventManager.swift",
110         "ATInternetTracker/Sources/GestureEvent.swift",
111         "ATInternetTracker/Sources/GestureOperation.swift",
112         "ATInternetTracker/Sources/PanEvent.swift",
113         "ATInternetTracker/Sources/PinchEvent.swift",
114         "ATInternetTracker/Sources/RefreshEvent.swift",
115         "ATInternetTracker/Sources/RotationEvent.swift",
116         "ATInternetTracker/Sources/ScreenEvent.swift",
117         "ATInternetTracker/Sources/ScreenOperation.swift",
118         "ATInternetTracker/Sources/ScreenRotationEvent.swift",
119         "ATInternetTracker/Sources/ScreenRotationOperation.swift",
120         "ATInternetTracker/Sources/DeviceRotationEvent.swift",
121         "ATInternetTracker/Sources/DeviceRotationOperation.swift",
122         "ATInternetTracker/Sources/ScreenshotEvent.swift",
123         "ATInternetTracker/Sources/ScrollEvent.swift",
124         "ATInternetTracker/Sources/SwipeEvent.swift",
125         "ATInternetTracker/Sources/TapEvent.swift",
126         "ATInternetTracker/Sources/ApiS3.swift",
127         "ATInternetTracker/Sources/ConnectedState.swift",
128         "ATInternetTracker/Sources/DisconnectedState.swift",
129         "ATInternetTracker/Sources/LiveManager.swift",
130         "ATInternetTracker/Sources/Messages.swift",
131         "ATInternetTracker/Sources/PendingState.swift",
132         "ATInternetTracker/Sources/SocketDelegate.swift",
133         "ATInternetTracker/Sources/SocketEvents.swift",
134         "ATInternetTracker/Sources/SocketSender.swift",
135         "ATInternetTracker/Sources/IgnoredViews.swift",
136         "ATInternetTracker/Sources/SmartPopUp.swift",
137         "ATInternetTracker/Sources/SmartToolbar.swift",
138         "ATInternetTracker/Sources/NSObjectExtension.swift",
139         "ATInternetTracker/Sources/UIApplicationExtension.swift",
140         "ATInternetTracker/Sources/UIImageExtension.swift",
141         "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
142         "ATInternetTracker/Sources/UISwitchExtension.swift",
143         "ATInternetTracker/Sources/UIViewControllerExtension.swift",
144         "ATInternetTracker/Sources/UIViewExtension.swift",
145         "ATInternetTracker/Sources/*.ttf",
146         "ATInternetTracker/Sources/App.swift",
147         "ATInternetTracker/Sources/Rotator.swift",
148         "ATInternetTracker/Sources/View.swift",
149         "ATInternetTracker/Sources/ATGestureRecognizer.m",
150         "ATInternetTracker/Sources/ATGestureRecognizer.h",
151         "ATInternetTracker/Sources/SmartTracker.h",
152         "ATInternetTracker/Sources/tvOSTracker.h",
153         "ATInternetTracker/Sources/watchOSTracker.h",
154         "ATInternetTracker/Sources/UILabelExtension.swift",
155         "ATInternetTracker/Sources/JRSwizzle.h",
156         "ATInternetTracker/Sources/JRSwizzle.m",
157         "ATInternetTracker/Sources/KLCPopup.h",
158         "ATInternetTracker/Sources/KLCPopup.m",
159         "ATInternetTracker/Sources/SRWebSocket.h",
160         "ATInternetTracker/Sources/SRWebSocket.m"
161       ],
162       "frameworks": [
163         "CoreData",
164         "CoreFoundation",
165         "WatchKit",
166         "UIKit",
167         "SystemConfiguration",
168         "CoreTelephony"
169       ],
170       "platforms": {
171         "ios": "8.0"
172       },
173       "resources": [
174         "ATInternetTracker/Sources/*.{plist,xcdatamodeld,png,json}",
175         "ATInternetTracker/Sources/Images.xcassets"
176       ]
177     },
178     {
179       "name": "SmartTracker",
180       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
181       "exclude_files": [
182         "ATInternetTracker/Sources/JRSwizzle.h",
183         "ATInternetTracker/Sources/JRSwizzle.m",
184         "ATInternetTracker/Sources/KLCPopup.h",
185         "ATInternetTracker/Sources/KLCPopup.m",
186         "ATInternetTracker/Sources/SRWebSocket.h",
187         "ATInternetTracker/Sources/SRWebSocket.m"
188       ],
189       "resources": [
190         "ATInternetTracker/Sources/*.{plist,xcdatamodeld,png,json,mp3,ttf}",
191         "ATInternetTracker/Sources/Images.xcassets",
192         "ATInternetTracker/Sources/SmartSDK.xcassets",
193         "ATInternetTracker/Sources/en.lproj",
194         "ATInternetTracker/Sources/fr.lproj"
195       ],
196       "frameworks": [
197         "CoreData",
198         "CoreFoundation",
199         "UIKit",
200         "CoreTelephony",
201         "SystemConfiguration",
202         "CFNetwork",
203         "Security",
204         "Foundation"
205       ],
206       "platforms": {
207         "ios": "8.0"
208       },
209       "pod_target_xcconfig": {
210         "OTHER_SWIFT_FLAGS": "-DAT_SMART_TRACKER -DFROM_COCOAPODS"
211       },
212       "libraries": "icucore",
213       "dependencies": {
214         "JRSwizzle": [
216         ],
217         "KLCPopup": [
219         ],
220         "SocketRocket": [
222         ]
223       }
224     },
225     {
226       "name": "watchOSTracker",
227       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
228       "exclude_files": [
229         "ATInternetTracker/Sources/BackgroundTask.swift",
230         "ATInternetTracker/Sources/ATReachability.swift",
231         "ATInternetTracker/Sources/Debugger.swift",
232         "ATInternetTracker/Sources/UIApplicationContext.swift",
233         "ATInternetTracker/Sources/UIViewControllerContext.swift",
234         "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
235         "ATInternetTracker/Sources/EventManager.swift",
236         "ATInternetTracker/Sources/GestureEvent.swift",
237         "ATInternetTracker/Sources/GestureOperation.swift",
238         "ATInternetTracker/Sources/PanEvent.swift",
239         "ATInternetTracker/Sources/PinchEvent.swift",
240         "ATInternetTracker/Sources/RefreshEvent.swift",
241         "ATInternetTracker/Sources/RotationEvent.swift",
242         "ATInternetTracker/Sources/ScreenEvent.swift",
243         "ATInternetTracker/Sources/ScreenOperation.swift",
244         "ATInternetTracker/Sources/ScreenRotationEvent.swift",
245         "ATInternetTracker/Sources/ScreenRotationOperation.swift",
246         "ATInternetTracker/Sources/DeviceRotationEvent.swift",
247         "ATInternetTracker/Sources/DeviceRotationOperation.swift",
248         "ATInternetTracker/Sources/ScreenshotEvent.swift",
249         "ATInternetTracker/Sources/ScrollEvent.swift",
250         "ATInternetTracker/Sources/SwipeEvent.swift",
251         "ATInternetTracker/Sources/TapEvent.swift",
252         "ATInternetTracker/Sources/ApiS3.swift",
253         "ATInternetTracker/Sources/ConnectedState.swift",
254         "ATInternetTracker/Sources/DisconnectedState.swift",
255         "ATInternetTracker/Sources/LiveManager.swift",
256         "ATInternetTracker/Sources/Messages.swift",
257         "ATInternetTracker/Sources/PendingState.swift",
258         "ATInternetTracker/Sources/SocketDelegate.swift",
259         "ATInternetTracker/Sources/SocketEvents.swift",
260         "ATInternetTracker/Sources/SocketSender.swift",
261         "ATInternetTracker/Sources/IgnoredViews.swift",
262         "ATInternetTracker/Sources/SmartPopUp.swift",
263         "ATInternetTracker/Sources/SmartToolbar.swift",
264         "ATInternetTracker/Sources/NSObjectExtension.swift",
265         "ATInternetTracker/Sources/UIApplicationExtension.swift",
266         "ATInternetTracker/Sources/UIImageExtension.swift",
267         "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
268         "ATInternetTracker/Sources/UISwitchExtension.swift",
269         "ATInternetTracker/Sources/UIViewControllerExtension.swift",
270         "ATInternetTracker/Sources/UIViewExtension.swift",
271         "ATInternetTracker/Sources/*.ttf",
272         "ATInternetTracker/Sources/App.swift",
273         "ATInternetTracker/Sources/Rotator.swift",
274         "ATInternetTracker/Sources/View.swift",
275         "ATInternetTracker/Sources/ATGestureRecognizer.m",
276         "ATInternetTracker/Sources/ATGestureRecognizer.h",
277         "ATInternetTracker/Sources/SmartTracker.h",
278         "ATInternetTracker/Sources/tvOSTracker.h",
279         "ATInternetTracker/Sources/watchOSTracker.h",
280         "ATInternetTracker/Sources/UILabelExtension.swift",
281         "ATInternetTracker/Sources/JRSwizzle.h",
282         "ATInternetTracker/Sources/JRSwizzle.m",
283         "ATInternetTracker/Sources/KLCPopup.h",
284         "ATInternetTracker/Sources/KLCPopup.m",
285         "ATInternetTracker/Sources/SRWebSocket.h",
286         "ATInternetTracker/Sources/SRWebSocket.m"
287       ],
288       "frameworks": [
289         "CoreData",
290         "CoreFoundation",
291         "WatchKit"
292       ],
293       "platforms": {
294         "watchos": "2.0"
295       },
296       "resources": [
297         "ATInternetTracker/Sources/DefaultConfiguration.plist",
298         "ATInternetTracker/Sources/core.manifest.json",
299         "ATInternetTracker/Sources/*.xcdatamodeld"
300       ]
301     },
302     {
303       "name": "tvOSTracker",
304       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
305       "exclude_files": [
306         "ATInternetTracker/Sources/UIApplicationContext.swift",
307         "ATInternetTracker/Sources/UIViewControllerContext.swift",
308         "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
309         "ATInternetTracker/Sources/EventManager.swift",
310         "ATInternetTracker/Sources/GestureEvent.swift",
311         "ATInternetTracker/Sources/GestureOperation.swift",
312         "ATInternetTracker/Sources/PanEvent.swift",
313         "ATInternetTracker/Sources/PinchEvent.swift",
314         "ATInternetTracker/Sources/RefreshEvent.swift",
315         "ATInternetTracker/Sources/RotationEvent.swift",
316         "ATInternetTracker/Sources/ScreenEvent.swift",
317         "ATInternetTracker/Sources/ScreenOperation.swift",
318         "ATInternetTracker/Sources/ScreenRotationEvent.swift",
319         "ATInternetTracker/Sources/ScreenRotationOperation.swift",
320         "ATInternetTracker/Sources/DeviceRotationEvent.swift",
321         "ATInternetTracker/Sources/DeviceRotationOperation.swift",
322         "ATInternetTracker/Sources/ScreenshotEvent.swift",
323         "ATInternetTracker/Sources/ScrollEvent.swift",
324         "ATInternetTracker/Sources/SwipeEvent.swift",
325         "ATInternetTracker/Sources/TapEvent.swift",
326         "ATInternetTracker/Sources/ApiS3.swift",
327         "ATInternetTracker/Sources/ConnectedState.swift",
328         "ATInternetTracker/Sources/DisconnectedState.swift",
329         "ATInternetTracker/Sources/LiveManager.swift",
330         "ATInternetTracker/Sources/Messages.swift",
331         "ATInternetTracker/Sources/PendingState.swift",
332         "ATInternetTracker/Sources/SocketDelegate.swift",
333         "ATInternetTracker/Sources/SocketEvents.swift",
334         "ATInternetTracker/Sources/SocketSender.swift",
335         "ATInternetTracker/Sources/IgnoredViews.swift",
336         "ATInternetTracker/Sources/SmartPopUp.swift",
337         "ATInternetTracker/Sources/SmartToolbar.swift",
338         "ATInternetTracker/Sources/NSObjectExtension.swift",
339         "ATInternetTracker/Sources/UIApplicationExtension.swift",
340         "ATInternetTracker/Sources/UIImageExtension.swift",
341         "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
342         "ATInternetTracker/Sources/UISwitchExtension.swift",
343         "ATInternetTracker/Sources/UIViewControllerExtension.swift",
344         "ATInternetTracker/Sources/UIViewExtension.swift",
345         "ATInternetTracker/Sources/*.ttf",
346         "ATInternetTracker/Sources/App.swift",
347         "ATInternetTracker/Sources/Rotator.swift",
348         "ATInternetTracker/Sources/View.swift",
349         "ATInternetTracker/Sources/ATGestureRecognizer.m",
350         "ATInternetTracker/Sources/ATGestureRecognizer.h",
351         "ATInternetTracker/Sources/SmartTracker.h",
352         "ATInternetTracker/Sources/tvOSTracker.h",
353         "ATInternetTracker/Sources/watchOSTracker.h",
354         "ATInternetTracker/Sources/UILabelExtension.swift",
355         "ATInternetTracker/Sources/JRSwizzle.h",
356         "ATInternetTracker/Sources/JRSwizzle.m",
357         "ATInternetTracker/Sources/KLCPopup.h",
358         "ATInternetTracker/Sources/KLCPopup.m",
359         "ATInternetTracker/Sources/SRWebSocket.h",
360         "ATInternetTracker/Sources/SRWebSocket.m"
361       ],
362       "resources": [
363         "ATInternetTracker/Sources/*.{plist,xcdatamodeld,png,json,mp3,ttf}",
364         "ATInternetTracker/Sources/Images.xcassets"
365       ],
366       "frameworks": [
367         "CoreData",
368         "CoreFoundation",
369         "UIKit",
370         "SystemConfiguration"
371       ],
372       "platforms": {
373         "tvos": "9.0"
374       }
375     }
376   ]