[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / a / b / Iris-iOS / 2.0.5 / Iris-iOS.podspec.json
blobadc3bd20d6ee2899e68e2a19b1bb28c85637093c
2   "name": "Iris-iOS",
3   "version": "2.0.5",
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": "2.0.5"
17   },
18   "module_name": "Iris",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": "5.4",
23   "default_subspecs": [
24     "Core",
25     "URLSession"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Iris/Classes/Core/**/*.{swift}"
31     },
32     {
33       "name": "Alamofire",
34       "source_files": "Iris/Classes/Alamofire/**/*.{swift}",
35       "dependencies": {
36         "Iris-iOS/Core": [
38         ],
39         "Iris-iOS/Logging": [
41         ],
42         "Alamofire": [
43           "~> 5.1"
44         ]
45       }
46     },
47     {
48       "name": "URLSession",
49       "source_files": "Iris/Classes/URLSession/**/*.{swift}",
50       "dependencies": {
51         "Iris-iOS/Core": [
53         ],
54         "Iris-iOS/Logging": [
56         ]
57       }
58     },
59     {
60       "name": "Logging",
61       "source_files": "Iris/Classes/Logging/**/*.{swift}",
62       "dependencies": {
63         "Iris-iOS/Core": [
65         ],
66         "Astaroth": [
67           "~> 0.5"
68         ]
69       }
70     },
71     {
72       "name": "Defaults",
73       "source_files": "Iris/Classes/Defaults/**/*.{swift}",
74       "dependencies": {
75         "Iris-iOS/Core": [
77         ]
78       }
79     }
80   ],
81   "swift_version": "5.4"