blob: 029cc296d097137ca2cd57dc39b1d226bbe7dd1f [file] [log] [blame]
{
"name": "RTBackendTalk",
"version": "0.1.12",
"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://github.com/Rentateam/rtbackendtalk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RentaTeam": "info@rentateam.ru"
},
"source": {
"git": "https://github.com/Rentateam/rtbackendtalk.git",
"tag": "0.1.12"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "RTBackendTalk/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7.1"
],
"AlamofireActivityLogger": [
"~> 2.4.0"
]
},
"swift_version": "5.0"
}