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