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