blob: bf215276852bc84fda6a60ecc6e66a94298df42a [file] [log] [blame]
{
"name": "TripKitBookings",
"version": "2.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": "v2.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"prefix_header_file": "prefix.pch",
"dependencies": {
"TripKit": [
"~> 2.0"
],
"TripKitUI": [
"~> 2.0"
],
"KVNProgress": [
],
"RxSwift": [
],
"RxCocoa": [
],
"SwiftyJSON": [
],
"KeychainAccess": [
],
"OAuthSwift": [
]
},
"source_files": "AddOns/Bookings/**/*.{h,m,swift}",
"resources": "AddOns/Bookings/**/*.{xib}",
"pushed_with_swift_version": "3.0",
"deprecated": true
}