[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / a / 3 / e / Shu / 2.1.2 / Shu.podspec.json
blob4c2ff8f7c4fc37942e1ca21b491a38c7b7bda27b
2   "name": "Shu",
3   "version": "2.1.2",
4   "summary": "ApiService",
5   "description": "High level Api Service, that wraps the alamofire",
6   "homepage": "https://github.com/SyrupMG/Shu",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "abesmon": "abesmon@gmail.com",
13     "horovodovodo4ka": "xbitstream@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/SyrupMG/Shu.git",
17     "tag": "2.1.2"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0"
22   },
23   "swift_versions": "5.3",
24   "default_subspecs": "Core",
25   "dependencies": {
26     "Alamofire": [
27       "~> 5.4"
28     ],
29     "PromiseKit": [
30       "~> 6.8"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Shu/Classes/Core/**/*.{swift}"
37     },
38     {
39       "name": "CRUD",
40       "source_files": "Shu/Classes/CRUD/**/*.{swift}",
41       "dependencies": {
42         "Shu/Core": [
44         ]
45       }
46     },
47     {
48       "name": "SwiftyBeaverLog",
49       "source_files": "Shu/Classes/SwiftyBeaverLog/**/*.{swift}",
50       "dependencies": {
51         "Shu/Core": [
53         ],
54         "SwiftyBeaver": [
55           "~> 1.9"
56         ]
57       }
58     }
59   ],
60   "swift_version": "5.3"