[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / a / b / Iris-iOS / 1.2.0 / Iris-iOS.podspec.json
blob74dabacaae7332bd93204b2433aa18303050eda3
2   "name": "Iris-iOS",
3   "version": "1.2.0",
4   "summary": "Protocol based network abstraction layer",
5   "description": "Protocol based network abstraction layer.",
6   "homepage": "https://github.com/horovodovodo4ka/Iris",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "horovodovodo4ka": "xbitstream@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/horovodovodo4ka/Iris.git",
16     "tag": "1.2.0"
17   },
18   "module_name": "Iris",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": "5.4",
23   "default_subspecs": [
24     "Core",
25     "Logging",
26     "Alamofire"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Iris/Classes/Core/**/*.{swift}",
32       "dependencies": {
33         "PromiseKit": [
34           "~> 6.15.0"
35         ],
36         "PromiseKit/Alamofire": [
38         ]
39       }
40     },
41     {
42       "name": "Alamofire",
43       "source_files": "Iris/Classes/Alamofire/**/*.{swift}",
44       "dependencies": {
45         "Iris-iOS/Core": [
47         ],
48         "Alamofire": [
49           "~> 4.9.0"
50         ],
51         "AlamofireActivityLogger": [
52           "~> 2.5.0"
53         ]
54       }
55     },
56     {
57       "name": "Logging",
58       "source_files": "Iris/Classes/Logging/**/*.{swift}",
59       "dependencies": {
60         "Iris-iOS/Core": [
62         ],
63         "Astaroth": [
64           "~> 0.5.0"
65         ]
66       }
67     },
68     {
69       "name": "Defaults",
70       "source_files": "Iris/Classes/Defaults/**/*.{swift}",
71       "dependencies": {
72         "Iris-iOS/Core": [
74         ]
75       }
76     }
77   ],
78   "swift_version": "5.4"