[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / f / tealium-swift / 1.5.0 / tealium-swift.podspec.json
blobb3f37298b145b005b90db1b06d6307421b518480
2   "name": "tealium-swift",
3   "version": "1.5.0",
4   "summary": "Tealium Swift Integration Library",
5   "description": "Supports Tealium's iQ and UDH suite of products on iOS, MacOS, tvOS and watchOS",
6   "homepage": "https://github.com/Tealium/tealium-swift",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "craigrouse": "craig.rouse@tealium.com"
13   },
14   "platforms": {
15     "tvos": "9.0",
16     "ios": "9.0",
17     "osx": "10.11",
18     "watchos": "3.0"
19   },
20   "source": {
21     "git": "https://github.com/Tealium/tealium-swift.git",
22     "tag": "1.5.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "tealium/**/*",
29       "ios": {
30         "exclude_files": "tealium/crash/*"
31       },
32       "tvos": {
33         "exclude_files": [
34           "tealium/tagmanagement/TealiumTagManagementModule.swift",
35           "tealium/remotecommands/*",
36           "tealium/attribution/*",
37           "tealium/crash/*"
38         ]
39       },
40       "watchos": {
41         "exclude_files": [
42           "tealium/tagmanagement/TealiumTagManagementModule.swift",
43           "tealium/autotracking/*",
44           "tealium/connectivity/*",
45           "tealium/remotecommands/*",
46           "tealium/attribution/*",
47           "tealium/crash/*"
48         ]
49       },
50       "osx": {
51         "exclude_files": [
52           "tealium/tagmanagement/TealiumTagManagementModule.swift",
53           "tealium/autotracking/*",
54           "tealium/remotecommands/*",
55           "tealium/attribution/*",
56           "tealium/crash/*"
57         ]
58       }
59     },
60     {
61       "name": "Crash",
62       "platforms": {
63         "ios": "9.0"
64       },
65       "ios": {
66         "source_files": "tealium/crash/*",
67         "dependencies": {
68           "tealium-swift/Core": [
70           ],
71           "TealiumCrashReporter": [
73           ]
74         }
75       },
76       "tvos": {
77         "exclude_files": "tealium/crash/*"
78       },
79       "watchos": {
80         "exclude_files": "tealium/crash/*"
81       },
82       "osx": {
83         "exclude_files": "tealium/crash/*"
84       }
85     }
86   ]