[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / e / Shu / 2.1.1 / Shu.podspec.json
blobcdf4519579720ac282b7b0a211fa3ec4d8b8efef
2   "name": "Shu",
3   "version": "2.1.1",
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   },
14   "source": {
15     "git": "https://github.com/SyrupMG/Shu.git",
16     "tag": "2.1.1"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "swift_versions": "5.3",
23   "default_subspecs": "Core",
24   "dependencies": {
25     "Alamofire": [
26       "~> 5.4"
27     ],
28     "PromiseKit": [
29       "~> 6.8"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Shu/Classes/Core/**/*.{swift}"
36     },
37     {
38       "name": "CRUD",
39       "source_files": "Shu/Classes/CRUD/**/*.{swift}",
40       "dependencies": {
41         "Shu/Core": [
43         ]
44       }
45     },
46     {
47       "name": "SwiftyBeaverLog",
48       "source_files": "Shu/Classes/SwiftyBeaverLog/**/*.{swift}",
49       "dependencies": {
50         "Shu/Core": [
52         ],
53         "SwiftyBeaver": [
54           "~> 1.9"
55         ]
56       }
57     }
58   ],
59   "swift_version": "5.3"