[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 9 / 5 / b / TripKit / 2.0.1 / TripKit.podspec.json
bloba2203f80068d074939f4ba7a4647a8de2ec6ab4a
2   "name": "TripKit",
3   "version": "2.0.1",
4   "summary": "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     "Brian Huang": "brian@skedgo.com"
10   },
11   "source": {
12     "git": "https://github.com/skedgo/tripkit-ios.git",
13     "tag": "v2.0.1"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.11"
18   },
19   "requires_arc": true,
20   "prefix_header_file": "prefix.pch",
21   "dependencies": {
22     "ASPolygonKit": [
24     ],
25     "Marshal": [
27     ],
28     "RxSwift": [
30     ],
31     "RxCocoa": [
33     ]
34   },
35   "source_files": "Classes/**/*.{h,m,swift}",
36   "resources": [
37     "Resources/*.lproj",
38     "Resources/TripKit.*",
39     "TripKitModel.xcdatamodeld",
40     "TripKitModel.xcdatamodeld/*."
41   ],
42   "preserve_paths": "TripKitModel.xcdatamodeld",
43   "frameworks": "CoreData",
44   "pushed_with_swift_version": "3.0"