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