[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 2 / 7 / 9 / Wolf / 0.7.0 / Wolf.podspec.json
blob236333d6e9793660ed1b9a74ef0a6439ed76b2ff
2   "name": "Wolf",
3   "version": "0.7.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": "0.7.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Unbox",
24   "subspecs": [
25     {
26       "name": "Unbox",
27       "source_files": [
28         "Wolf/Classes/**/*"
29       ],
30       "dependencies": {
31         "Alamofire": [
32           "~> 3.4"
33         ],
34         "BrightFutures": [
35           "~> 4.1"
36         ],
37         "Unbox": [
38           "~> 1.9"
39         ]
40       },
41       "exclude_files": [
42         "Wolf/Classes/Argo/**/*"
43       ]
44     },
45     {
46       "name": "Argo",
47       "source_files": [
48         "Wolf/Classes/**/*"
49       ],
50       "dependencies": {
51         "Alamofire": [
52           "~> 3.4"
53         ],
54         "BrightFutures": [
55           "~> 4.1"
56         ],
57         "Argo": [
58           "~> 3.1"
59         ]
60       },
61       "exclude_files": [
62         "Wolf/Classes/Unbox/**/*"
63       ]
64     }
65   ]