[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / f / tealium-swift / 1.6.1 / tealium-swift.podspec.json
blob03ab1f6e8a9837e9a65df3c120c4a655b44ae917
2   "name": "tealium-swift",
3   "version": "1.6.1",
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.1"
26   },
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "tealium/**/*",
32       "exclude_files": "tealium/scripts/*",
33       "ios": {
34         "exclude_files": "tealium/crash/*"
35       },
36       "tvos": {
37         "exclude_files": [
38           "tealium/tagmanagement/TealiumTagManagementModule.swift",
39           "tealium/remotecommands/*",
40           "tealium/attribution/*",
41           "tealium/crash/*"
42         ]
43       },
44       "watchos": {
45         "exclude_files": [
46           "tealium/tagmanagement/TealiumTagManagementModule.swift",
47           "tealium/autotracking/*",
48           "tealium/connectivity/*",
49           "tealium/remotecommands/*",
50           "tealium/attribution/*",
51           "tealium/crash/*"
52         ]
53       },
54       "osx": {
55         "exclude_files": [
56           "tealium/tagmanagement/TealiumTagManagementModule.swift",
57           "tealium/autotracking/*",
58           "tealium/remotecommands/*",
59           "tealium/attribution/*",
60           "tealium/crash/*"
61         ]
62       }
63     },
64     {
65       "name": "Crash",
66       "platforms": {
67         "ios": "9.0"
68       },
69       "ios": {
70         "source_files": "tealium/crash/*",
71         "dependencies": {
72           "tealium-swift/Core": [
74           ],
75           "TealiumCrashReporter": [
77           ]
78         }
79       },
80       "tvos": {
81         "exclude_files": "tealium/crash/*"
82       },
83       "watchos": {
84         "exclude_files": "tealium/crash/*"
85       },
86       "osx": {
87         "exclude_files": "tealium/crash/*"
88       }
89     }
90   ]