[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 7 / a / b / Iris-iOS / 1.4.0 / Iris-iOS.podspec.json
blob2e1de47586d654f59b015fde368fbf4bcadb11ef
2   "name": "Iris-iOS",
3   "version": "1.4.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.4.0"
17   },
18   "module_name": "Iris",
19   "platforms": {
20     "ios": "10.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"
35         ]
36       }
37     },
38     {
39       "name": "Alamofire",
40       "source_files": "Iris/Classes/Alamofire/**/*.{swift}",
41       "dependencies": {
42         "Iris-iOS/Core": [
44         ],
45         "Alamofire": [
46           "~> 5.1"
47         ]
48       }
49     },
50     {
51       "name": "Logging",
52       "source_files": "Iris/Classes/Logging/**/*.{swift}",
53       "dependencies": {
54         "Iris-iOS/Core": [
56         ],
57         "Astaroth": [
58           "~> 0.5"
59         ]
60       }
61     },
62     {
63       "name": "Defaults",
64       "source_files": "Iris/Classes/Defaults/**/*.{swift}",
65       "dependencies": {
66         "Iris-iOS/Core": [
68         ]
69       }
70     }
71   ],
72   "swift_version": "5.4"