[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 7 / 9 / Wolf / 0.8.2 / Wolf.podspec.json
blob0938acf80d2d2d3476ca2faf93d139084563148c
2   "name": "Wolf",
3   "version": "0.8.2",
4   "summary": "An opinionated, protocol-oriented networking layer.",
5   "description": "Wolf approaches networking by bringing together the battle experience of Alamofire and the flexible power of Swift protocols.",
6   "homepage": "https://github.com/fellipecaetano/Wolf",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fellipe Caetano": "fellipe.caetano4@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fellipecaetano/Wolf.git",
16     "tag": "0.8.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Basic",
26   "subspecs": [
27     {
28       "name": "Basic",
29       "source_files": [
30         "Wolf/Classes/**/*"
31       ],
32       "dependencies": {
33         "Alamofire": [
34           "~> 3.4"
35         ],
36         "BrightFutures": [
37           "~> 4.1"
38         ]
39       },
40       "exclude_files": [
41         "Wolf/Classes/Argo/**/*",
42         "Wolf/Classes/Unbox/**/*"
43       ]
44     },
45     {
46       "name": "Unbox",
47       "source_files": [
48         "Wolf/Classes/**/*"
49       ],
50       "dependencies": {
51         "Alamofire": [
52           "~> 3.4"
53         ],
54         "BrightFutures": [
55           "~> 4.1"
56         ],
57         "Unbox": [
58           "~> 1.9"
59         ]
60       },
61       "exclude_files": [
62         "Wolf/Classes/Argo/**/*"
63       ]
64     },
65     {
66       "name": "Argo",
67       "source_files": [
68         "Wolf/Classes/**/*"
69       ],
70       "dependencies": {
71         "Alamofire": [
72           "~> 3.4"
73         ],
74         "BrightFutures": [
75           "~> 4.1"
76         ],
77         "Argo": [
78           "~> 3.1"
79         ]
80       },
81       "exclude_files": [
82         "Wolf/Classes/Unbox/**/*"
83       ]
84     }
85   ]