blob: e0dca101e3b5dce1462e2fbc13455a2626e469a7 [file] [log] [blame]
{
"name": "TripKitUI",
"version": "3.1",
"summary": "SkedGo's TripKitUI",
"homepage": "https://github.com/skedgo/tripkit-ios",
"license": "Apache License, Version 2.0",
"authors": {
"Adrian Schoenig": "adrian@skedgo.com",
"Brian Huang": "brian@skedgo.com"
},
"source": {
"git": "https://github.com/skedgo/tripkit-ios.git",
"tag": "v3.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"prefix_header_file": "prefix.pch",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"TripKit": [
"~> 3.1"
],
"ASPolylineView": [
],
"Kingfisher": [
],
"RxSwift": [
"~> 4.0.0"
],
"RxCocoa": [
"~> 4.0.0"
]
},
"source_files": [
"TripKitUI-iOS/*.h",
"TripKitUI/**/*.{h,m,swift}"
],
"resources": [
"Resources/TripKitUI.*",
"TripKitUI/**/*.xib"
]
}