[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / f / 2 / TripKitAddOns / 2.0.1 / TripKitAddOns.podspec.json
blob404dd5b3367974625e01f3871f084bc6edf4cf9e
2   "name": "TripKitAddOns",
3   "version": "2.0.1",
4   "summary": "Add-ons to SkedGo's TripKit",
5   "homepage": "https://github.com/skedgo/tripkit-ios",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Adrian Schoenig": "adrian@skedgo.com"
9   },
10   "source": {
11     "git": "https://github.com/skedgo/tripkit-ios.git",
12     "tag": "v2.0.1"
13   },
14   "requires_arc": true,
15   "prefix_header_file": "prefix.pch",
16   "source_files": "AddOns/TripKitAddOns.h",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "pushed_with_swift_version": "3.0",
21   "deprecated_in_favor_of": "TripKitInterApp",
22   "subspecs": [
23     {
24       "name": "InterApp",
25       "dependencies": {
26         "TripKit": [
27           "~> 2.0.1"
28         ]
29       },
30       "source_files": "AddOns/InterApp/**/*.{h,m,swift}"
31     },
32     {
33       "name": "Share",
34       "platforms": {
35         "ios": "9.0",
36         "osx": "10.11"
37       },
38       "dependencies": {
39         "TripKit": [
40           "~> 2.0.1"
41         ],
42         "RxSwift": [
44         ]
45       },
46       "source_files": "AddOns/Share/**/*"
47     }
48   ]