[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 3 / e / TealiumAirship / 1.2.0 / TealiumAirship.podspec.json
blobbcf75550dae50696be35254a925204ea4e0b2f86
2   "name": "TealiumAirship",
3   "module_name": "TealiumAirship",
4   "version": "1.2.0",
5   "summary": "Tealium Swift and Airship integration",
6   "description": "Tealium's integration with Airship for iOS.",
7   "homepage": "https://github.com/Tealium/tealium-ios-airship-remote-command",
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   },
16   "social_media_url": "https://twitter.com/tealium",
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source": {
22     "git": "https://github.com/Tealium/tealium-ios-airship-remote-command.git",
23     "tag": "1.2.0"
24   },
25   "ios": {
26     "source_files": "Sources/**/*.{swift}",
27     "exclude_files": "Sources/Location/*",
28     "dependencies": {
29       "tealium-swift/Core": [
30         "~> 2.12"
31       ],
32       "tealium-swift/RemoteCommands": [
33         "~> 2.12"
34       ],
35       "Airship/Core": [
36         "~> 16.0"
37       ],
38       "Airship/Automation": [
39         "~> 16.0"
40       ],
41       "Airship/MessageCenter": [
42         "~> 16.0"
43       ],
44       "Airship/Location": [
45         "~> 16.0"
46       ]
47     }
48   },
49   "swift_version": "5.0"