blob: b4d36dd2af7e07169000dcc4f43ba7a9638aee80 [file] [log] [blame]
{
"name": "RBS",
"version": "0.3.5",
"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": "main"
},
"platforms": {
"ios": "10.0"
},
"source_files": "RBS/Classes/**/*",
"dependencies": {
"Moya": [
"~> 14.0"
],
"Alamofire": [
"~> 5.2"
],
"ObjectMapper": [
"~> 3.4"
],
"KeychainSwift": [
"~> 19.0"
],
"JWTDecode": [
"~> 2.4"
]
}
}