[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / f / tealium-swift / 1.6.0 / tealium-swift.podspec.json
blob1d89264df2e0f8b2bf8e86162defa0008da1b236
2   "name": "tealium-swift",
3   "version": "1.6.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     "Tealium Inc.": "tealium@tealium.com",
13     "craigrouse": "craig.rouse@tealium.com"
14   },
15   "social_media_url": "http://twitter.com/tealium",
16   "swift_version": "4.0",
17   "platforms": {
18     "tvos": "9.0",
19     "ios": "9.0",
20     "osx": "10.11",
21     "watchos": "3.0"
22   },
23   "source": {
24     "git": "https://github.com/Tealium/tealium-swift.git",
25     "tag": "1.6.0"
26   },
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "tealium/**/*",
32       "ios": {
33         "exclude_files": "tealium/crash/*"
34       },
35       "tvos": {
36         "exclude_files": [
37           "tealium/tagmanagement/TealiumTagManagementModule.swift",
38           "tealium/remotecommands/*",
39           "tealium/attribution/*",
40           "tealium/crash/*"
41         ]
42       },
43       "watchos": {
44         "exclude_files": [
45           "tealium/tagmanagement/TealiumTagManagementModule.swift",
46           "tealium/autotracking/*",
47           "tealium/connectivity/*",
48           "tealium/remotecommands/*",
49           "tealium/attribution/*",
50           "tealium/crash/*"
51         ]
52       },
53       "osx": {
54         "exclude_files": [
55           "tealium/tagmanagement/TealiumTagManagementModule.swift",
56           "tealium/autotracking/*",
57           "tealium/remotecommands/*",
58           "tealium/attribution/*",
59           "tealium/crash/*"
60         ]
61       }
62     },
63     {
64       "name": "Crash",
65       "platforms": {
66         "ios": "9.0"
67       },
68       "ios": {
69         "source_files": "tealium/crash/*",
70         "dependencies": {
71           "tealium-swift/Core": [
73           ],
74           "TealiumCrashReporter": [
76           ]
77         }
78       },
79       "tvos": {
80         "exclude_files": "tealium/crash/*"
81       },
82       "watchos": {
83         "exclude_files": "tealium/crash/*"
84       },
85       "osx": {
86         "exclude_files": "tealium/crash/*"
87       }
88     }
89   ]