[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / 7 / DarkEggKit / 0.1.1 / DarkEggKit.podspec.json
blob365bc00be1f6ff20177504c4da03b5e3e57babe9
2   "name": "DarkEggKit",
3   "version": "0.1.1",
4   "summary": "DarkEgg UI Kit.",
5   "description": "* 0.1.1 (2019/03/05)\n  Common, PaddingLabel, PopupMessage and SideMenu.\n  Please check README.md on git repo.\n---\n* 0.1.0\n  First commit, with Common, PaddingLabel, PopupMessage and SideMenu",
6   "homepage": "https://github.com/darkzero/DarkEggKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "darkzero": "darkzero_mk2@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/darkzero/DarkEggKit.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "Common",
22   "subspecs": [
23     {
24       "name": "Common",
25       "source_files": "DarkEggKit/Classes/Common/*"
26     },
27     {
28       "name": "PaddingLabel",
29       "source_files": "DarkEggKit/Classes/PaddingLabel/*",
30       "dependencies": {
31         "DarkEggKit/Common": [
33         ]
34       }
35     },
36     {
37       "name": "PopupMessage",
38       "source_files": "DarkEggKit/Classes/PopupMessage/*",
39       "dependencies": {
40         "DarkEggKit/Common": [
42         ]
43       },
44       "resources": [
45         "DarkEggKit/Classes/PopupMessage/*.xcassets"
46       ]
47     },
48     {
49       "name": "SideMenu",
50       "source_files": "DarkEggKit/Classes/SideMenu/*",
51       "dependencies": {
52         "DarkEggKit/Common": [
54         ]
55       }
56     }
57   ]