blob: cc68691a8e14ddd9f341df465163a36f6f6faa08 [file] [log] [blame]
{
"name": "TripKitUI",
"version": "3.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"prefix_header_file": "prefix.pch",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"TripKit": [
"~> 3.0"
],
"ASPolylineView": [
],
"Kingfisher": [
],
"RxSwift": [
"~> 4.0.0"
],
"RxCocoa": [
"~> 4.0.0"
]
},
"source_files": "TripKitUI/**/*.{h,m,swift}",
"resources": [
"Resources/TripKitUI.*",
"TripKitUI/**/*.xib"
],
"pushed_with_swift_version": "4.0"
}