blob: 9e7845feefd4a5d9d07076f80ca0f6556c49ddeb [file] [log] [blame]
{
"name": "TripKitBookings",
"version": "3.0",
"summary": "Booking integration for SkedGo's TripKit",
"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",
"dependencies": {
"TripKit": [
"~> 3.0"
],
"TripKitUI": [
"~> 3.0"
],
"RxSwift": [
"~> 4.0.0"
],
"RxCocoa": [
"~> 4.0.0"
],
"KeychainAccess": [
],
"OAuthSwift": [
],
"SwiftyJSON": [
],
"KVNProgress": [
]
},
"source_files": "AddOns/Bookings/**/*.{h,m,swift}",
"resources": "AddOns/Bookings/**/*.{xib}",
"pushed_with_swift_version": "4.0",
"deprecated": true
}