[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 8 / 9 / b / RTBackendTalk / 0.1.2 / RTBackendTalk.podspec.json
blob597fb00b0c6bc25b4bdcb3dc0b6c9620ff420a3a
2   "name": "RTBackendTalk",
3   "version": "0.1.2",
4   "summary": "A library to add support for network requests over Alamofire",
5   "description": "This library offers engine for creating network requests and processing them.",
6   "homepage": "https://bitbucket.org/rentateam/rtbackendtalk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RentaTeam": "info@rentateam.ru"
13   },
14   "source": {
15     "git": "https://bitbucket.org/rentateam/rtbackendtalk.git",
16     "tag": "0.1.2"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "platforms": {
22     "ios": "10.3"
23   },
24   "source_files": "RTBackendTalk/Classes/**/*",
25   "dependencies": {
26     "Alamofire": [
27       "~> 4.7.1"
28     ],
29     "AlamofireActivityLogger": [
30       "~> 2.4.0"
31     ],
32     "PromiseKit": [
33       "~> 6.2.4"
34     ],
35     "PromiseKit/Alamofire": [
36       "~> 6.0"
37     ],
38     "SwiftyJSON": [
39       "~> 4.0.0"
40     ]
41   }