[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 4 / f / PowerfulNetworkLayer / 1.0.4 / PowerfulNetworkLayer.podspec.json
bloba57f8dabdd6872a7b347c11ba9be3f707b611d82
2   "name": "PowerfulNetworkLayer",
3   "version": "1.0.4",
4   "summary": "Light way to communicate with your API.",
5   "description": "I would like to present you an easy way to communicate with your API. Its light network layer, which in all cases guided by SOLID principles.",
6   "homepage": "https://github.com/AndrewKochulab/PowerfulNetworkLayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AndrewKochulab": "andrew.kochulab@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AndrewKochulab/PowerfulNetworkLayer.git",
16     "tag": "master",
17     "branch": "master"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "PowerfulNetworkLayer/Classes/**/*",
23   "dependencies": {
24     "PromiseKit": [
25       "~> 6.2"
26     ],
27     "PromiseKit/Alamofire": [
29     ],
30     "Alamofire": [
31       "~> 4.7"
32     ],
33     "AlamofireObjectMapper": [
34       "~> 5.0"
35     ],
36     "ObjectMapper": [
37       "~> 3.1"
38     ]
39   }