blob: d7340b78d9c05da130967519cbad3b7740be87d7 [file] [log] [blame]
{
"name": "RTBackendTalk",
"version": "0.1.3",
"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.3"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "10.3"
},
"source_files": "RTBackendTalk/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7.1"
],
"AlamofireActivityLogger": [
"~> 2.4.0"
],
"SwiftyJSON": [
"~> 4.0.0"
]
}
}