[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / 7 / DarkEggKit / 0.3.0 / DarkEggKit.podspec.json
blob2c05505e73941b16aa6b9526defcd8af8086d1d7
2   "name": "DarkEggKit",
3   "version": "0.3.0",
4   "summary": "DarkEgg UI Kit.",
5   "swift_versions": "5.0",
6   "platforms": {
7     "ios": "10.0"
8   },
9   "description": "* 0.3.0 (2019/08/31)\n  Add AnimatedImageView\n  ```\n  pod 'DarkEggKit/AnimatedImageView'\n  ```\n* 0.2.1 (2019/05/16)\n  Set DZPaddinLabel to public\n  Delete column in Logger.debug and Logger.error\n---\n* 0.2.0 (2019/03/17)\n  Fix some bugs\n---\n* 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",
10   "homepage": "https://github.com/darkzero/DarkEggKit",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "darkzero": "darkzero_mk2@hotmail.com"
17   },
18   "source": {
19     "git": "https://github.com/darkzero/DarkEggKit.git",
20     "tag": "0.3.0"
21   },
22   "default_subspecs": "Common",
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Common",
27       "source_files": "DarkEggKit/Classes/Common/*"
28     },
29     {
30       "name": "PaddingLabel",
31       "source_files": "DarkEggKit/Classes/PaddingLabel/*",
32       "dependencies": {
33         "DarkEggKit/Common": [
35         ]
36       }
37     },
38     {
39       "name": "PopupMessage",
40       "source_files": "DarkEggKit/Classes/PopupMessage/*",
41       "resources": [
42         "DarkEggKit/Classes/PopupMessage/*.xcassets"
43       ],
44       "dependencies": {
45         "DarkEggKit/Common": [
47         ]
48       }
49     },
50     {
51       "name": "SideMenu",
52       "source_files": "DarkEggKit/Classes/SideMenu/*",
53       "dependencies": {
54         "DarkEggKit/Common": [
56         ]
57       }
58     },
59     {
60       "name": "AnimatedImageView",
61       "source_files": "DarkEggKit/Classes/AnimatedImageView/*",
62       "dependencies": {
63         "DarkEggKit/Common": [
65         ]
66       }
67     }
68   ]