[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 2 / 7 / 9 / Wolf / 3.0.0 / Wolf.podspec.json
blob869666218d82eb5a1820f7ee68b45cfa180559ef
2   "name": "Wolf",
3   "version": "3.0.0",
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": "3.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Basic",
23   "subspecs": [
24     {
25       "name": "Basic",
26       "source_files": [
27         "Source/**/*.swift"
28       ],
29       "dependencies": {
30         "Alamofire": [
31           "~> 4.1"
32         ],
33         "PromiseKit": [
34           "~> 4.0"
35         ]
36       },
37       "exclude_files": [
38         "Source/Unbox/**/*"
39       ]
40     },
41     {
42       "name": "Unbox",
43       "source_files": [
44         "Source/**/*.swift"
45       ],
46       "dependencies": {
47         "Alamofire": [
48           "~> 4.1"
49         ],
50         "PromiseKit": [
51           "~> 4.0"
52         ],
53         "Unbox": [
54           "~> 2.2"
55         ]
56       }
57     }
58   ]