blob: 48bf320527223eb0cf6b16d4cae94f54b05b46ba [file] [log] [blame]
{
"name": "RTBackendTalk",
"version": "0.1.13",
"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.13"
},
"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"
}