[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 2 / 7 / 9 / Wolf / 0.5.0 / Wolf.podspec.json
blobe7b905e526aee6584f5abde5696a2c94b0928f51
2   "name": "Wolf",
3   "version": "0.5.0",
4   "summary": "Handy solutions to common iOS app development problems.",
5   "description": "Wolf brings handy solutions to common iOS app development problems. It includes storyboard management, error handling shortcuts, an opinionated networking layer and more.",
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.5.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "All",
23   "subspecs": [
24     {
25       "name": "All",
26       "source_files": [
27         "Wolf/Classes/**/*"
28       ],
29       "dependencies": {
30         "Alamofire": [
31           "~> 3.4"
32         ],
33         "BrightFutures": [
34           "~> 4.1"
35         ],
36         "Argo": [
37           "~> 3.1"
38         ],
39         "Unbox": [
40           "~> 1.9"
41         ]
42       }
43     },
44     {
45       "name": "Standard",
46       "source_files": [
47         "Wolf/Classes/**/*"
48       ],
49       "exclude_files": [
50         "Wolf/Classes/Argo/**/*"
51       ],
52       "dependencies": {
53         "Alamofire": [
54           "~> 3.4"
55         ],
56         "BrightFutures": [
57           "~> 4.1"
58         ],
59         "Unbox": [
60           "~> 1.9"
61         ]
62       }
63     }
64   ]