blob: 80aa802b9559c56af8e2e21af2af1eab600d53c7 [file] [log] [blame]
{
"name": "RBS",
"version": "0.2.0",
"summary": "RBS iOS SDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/rettersoft/rbs-ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"baranbaygan": "baran@rettermobile.com"
},
"source": {
"git": "https://github.com/rettersoft/rbs-ios-sdk.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "RBS/Classes/**/*",
"dependencies": {
"Moya/RxSwift": [
"~> 14.0"
],
"RxSwift": [
"~> 5"
],
"Alamofire": [
"~> 5.2"
],
"ObjectMapper": [
"~> 3.4"
],
"KeychainSwift": [
"~> 19.0"
],
"JWTDecode": [
"~> 2.4"
]
}
}