blob: 74637696243e2683bff8baaf4f0cb2ca42ccb5a0 [file] [log] [blame]
{
"name": "TpsSdk",
"version": "0.0.1",
"summary": "Ticketless Parking SDK Provided by Beam UAE",
"homepage": "http://beamuae.app/",
"dependencies": {
"Moya/ReactiveSwift": [
"~> 12.0"
],
"Moya/RxSwift": [
"~> 12.0"
],
"RxCocoa": [
],
"RxBlocking": [
]
},
"authors": {
"Name": "developer@beamuae.app"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/beammaf/tps-sdk-ios.git",
"branch": "CocoaPods"
},
"ios": {
"vendored_frameworks": [
"TpsSdk.framework",
"ReactiveMoya.framework",
"RxMoya.framework"
]
},
"requires_arc": true
}