[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 2 / 7 / 9 / Wolf / 1.0.0 / Wolf.podspec.json
blobd1d38417c0196928887c878184bb64ebaeecf2c8
2   "name": "Wolf",
3   "version": "1.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": "1.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         "Wolf/Classes/**/*"
28       ],
29       "dependencies": {
30         "Alamofire": [
31           "~> 4.0"
32         ],
33         "BrightFutures": [
34           "~> 5.0"
35         ]
36       },
37       "exclude_files": [
38         "Wolf/Classes/Argo/**/*",
39         "Wolf/Classes/Unbox/**/*"
40       ]
41     },
42     {
43       "name": "Unbox",
44       "source_files": [
45         "Wolf/Classes/**/*"
46       ],
47       "dependencies": {
48         "Alamofire": [
49           "~> 4.0"
50         ],
51         "BrightFutures": [
52           "~> 5.0"
53         ],
54         "Unbox": [
55           "~> 2.0"
56         ]
57       },
58       "exclude_files": [
59         "Wolf/Classes/Argo/**/*"
60       ]
61     }
62   ]