[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / b / c / f / tealium-swift / 2.0.0 / tealium-swift.podspec.json
blob56fdc0fd4ba65fa3c795a990741b45f1de629c35
2   "name": "tealium-swift",
3   "module_name": "TealiumSwift",
4   "version": "2.0.0",
5   "summary": "Tealium Swift Integration Library",
6   "description": "Supports Tealium's iQ and UDH suite of products on iOS, macOS, tvOS and watchOS",
7   "homepage": "https://github.com/Tealium/tealium-swift",
8   "license": {
9     "type": "Commercial",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Tealium Inc.": "tealium@tealium.com",
14     "craigrouse": "craig.rouse@tealium.com",
15     "christinasund": "christina.sund@tealium.com"
16   },
17   "social_media_url": "http://twitter.com/tealium",
18   "swift_versions": "5.0",
19   "platforms": {
20     "tvos": "9.0",
21     "ios": "9.0",
22     "osx": "10.11",
23     "watchos": "3.0"
24   },
25   "source": {
26     "git": "https://github.com/Tealium/tealium-swift.git",
27     "tag": "2.0.0"
28   },
29   "default_subspecs": "TealiumFull",
30   "subspecs": [
31     {
32       "name": "TealiumFull",
33       "source_files": [
34         "tealium/core/**/*",
35         "tealium/collectors/**/*",
36         "tealium/dispatchers/**/*",
37         "tealium/scripts/*"
38       ],
39       "ios": {
40         "exclude_files": [
41           "tealium/scripts/*",
42           "tealium/collectors/crash/*"
43         ]
44       },
45       "tvos": {
46         "exclude_files": [
47           "tealium/dispatchers/tagmanagement/*",
48           "tealium/dispatchers/remotecommands/*",
49           "tealium/collectors/attribution/*",
50           "tealium/scripts/*",
51           "tealium/collectors/location/*"
52         ]
53       },
54       "watchos": {
55         "exclude_files": [
56           "tealium/dispatchers/tagmanagement/*",
57           "tealium/collectors/autotracking/*",
58           "tealium/dispatchers/remotecommands/*",
59           "tealium/collectors/attribution/*",
60           "tealium/scripts/*",
61           "tealium/collectors/location/*"
62         ]
63       },
64       "osx": {
65         "exclude_files": [
66           "tealium/dispatchers/tagmanagement/*",
67           "tealium/collectors/autotracking/*",
68           "tealium/dispatchers/remotecommands/*",
69           "tealium/collectors/attribution/*",
70           "tealium/scripts/*",
71           "tealium/collectors/location/*"
72         ]
73       },
74       "resources": "tealium/core/devicedata/device-names.json"
75     },
76     {
77       "name": "Core",
78       "source_files": "tealium/core/**/*"
79     },
80     {
81       "name": "Attribution",
82       "platforms": {
83         "ios": "9.0"
84       },
85       "source_files": "tealium/collectors/attribution/*",
86       "dependencies": {
87         "tealium-swift/Core": [
89         ]
90       }
91     },
92     {
93       "name": "Autotracking",
94       "platforms": {
95         "ios": "9.0",
96         "tvos": "9.0"
97       },
98       "source_files": "tealium/collectors/autotracking/*",
99       "dependencies": {
100         "tealium-swift/Core": [
102         ]
103       }
104     },
105     {
106       "name": "Collect",
107       "source_files": "tealium/dispatchers/collect/*",
108       "dependencies": {
109         "tealium-swift/Core": [
111         ]
112       }
113     },
114     {
115       "name": "Lifecycle",
116       "source_files": "tealium/collectors/lifecycle/*",
117       "dependencies": {
118         "tealium-swift/Core": [
120         ]
121       }
122     },
123     {
124       "name": "Location",
125       "platforms": {
126         "ios": "9.0"
127       },
128       "source_files": "tealium/collectors/location/*",
129       "dependencies": {
130         "tealium-swift/Core": [
132         ]
133       }
134     },
135     {
136       "name": "RemoteCommands",
137       "platforms": {
138         "ios": "9.0"
139       },
140       "source_files": "tealium/dispatchers/remotecommands/*",
141       "dependencies": {
142         "tealium-swift/Core": [
144         ]
145       }
146     },
147     {
148       "name": "TagManagement",
149       "platforms": {
150         "ios": "9.0"
151       },
152       "source_files": "tealium/dispatchers/tagmanagement/*",
153       "dependencies": {
154         "tealium-swift/Core": [
156         ]
157       }
158     },
159     {
160       "name": "VisitorService",
161       "source_files": "tealium/collectors/visitorservice/*",
162       "dependencies": {
163         "tealium-swift/Core": [
165         ]
166       }
167     }
168   ],
169   "swift_version": "5.0"