[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / f / tealium-swift / 2.4.5 / tealium-swift.podspec.json
blob20c4b77689b1cc9a38b94efedf093a3303fcb081
2   "name": "tealium-swift",
3   "module_name": "TealiumSwift",
4   "version": "2.4.5",
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.4.5"
28   },
29   "default_subspecs": "TealiumFull",
30   "subspecs": [
31     {
32       "name": "TealiumFull",
33       "source_files": [
34         "tealium/core/**/*.swift",
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/**/*.swift",
79       "resources": "tealium/core/devicedata/device-names.json"
80     },
81     {
82       "name": "Attribution",
83       "platforms": {
84         "ios": "9.0"
85       },
86       "source_files": "tealium/collectors/attribution/*",
87       "dependencies": {
88         "tealium-swift/Core": [
90         ]
91       }
92     },
93     {
94       "name": "Autotracking",
95       "platforms": {
96         "ios": "9.0",
97         "tvos": "9.0"
98       },
99       "source_files": "tealium/collectors/autotracking/*",
100       "dependencies": {
101         "tealium-swift/Core": [
103         ]
104       }
105     },
106     {
107       "name": "Collect",
108       "source_files": "tealium/dispatchers/collect/*",
109       "dependencies": {
110         "tealium-swift/Core": [
112         ]
113       }
114     },
115     {
116       "name": "Lifecycle",
117       "source_files": "tealium/collectors/lifecycle/*",
118       "dependencies": {
119         "tealium-swift/Core": [
121         ]
122       }
123     },
124     {
125       "name": "Location",
126       "platforms": {
127         "ios": "9.0"
128       },
129       "source_files": "tealium/collectors/location/*",
130       "dependencies": {
131         "tealium-swift/Core": [
133         ]
134       }
135     },
136     {
137       "name": "Media",
138       "source_files": "tealium/collectors/media/*",
139       "dependencies": {
140         "tealium-swift/Core": [
142         ]
143       }
144     },
145     {
146       "name": "RemoteCommands",
147       "platforms": {
148         "ios": "9.0"
149       },
150       "source_files": "tealium/dispatchers/remotecommands/*",
151       "dependencies": {
152         "tealium-swift/Core": [
154         ]
155       }
156     },
157     {
158       "name": "TagManagement",
159       "platforms": {
160         "ios": "9.0"
161       },
162       "source_files": "tealium/dispatchers/tagmanagement/*",
163       "dependencies": {
164         "tealium-swift/Core": [
166         ]
167       }
168     },
169     {
170       "name": "VisitorService",
171       "source_files": "tealium/collectors/visitorservice/*",
172       "dependencies": {
173         "tealium-swift/Core": [
175         ]
176       }
177     }
178   ],
179   "swift_version": "5.0"