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