blob: 32891ac2db25c196447fcf5b9e0964ebb842ccaf [file] [log] [blame]
{
"name": "RTBackendTalk",
"version": "0.1.5",
"summary": "A library to add support for network requests over Alamofire",
"description": "This library offers engine for creating network requests and processing them.",
"homepage": "https://bitbucket.org/rentateam/rtbackendtalk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RentaTeam": "info@rentateam.ru"
},
"source": {
"git": "https://bitbucket.org/rentateam/rtbackendtalk.git",
"tag": "0.1.5"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "10.3"
},
"source_files": "RTBackendTalk/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7.1"
],
"AlamofireActivityLogger": [
"~> 2.4.0"
]
}
}