[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / c / 7 / DarkEggKit / 0.4.0 / DarkEggKit.podspec.json
blob7c89d26124fd31cf340f626c9e76131d6fb5fb5b
2   "name": "DarkEggKit",
3   "version": "0.4.0",
4   "summary": "DarkEgg UI Kit.",
5   "swift_versions": "5.0",
6   "platforms": {
7     "ios": "10.0"
8   },
9   "description": "* 0.4.0 (2019/10/20)\n  - Add ButtonMenu (Is not prefect now)\n  ```\n  pod 'DarkEggKit/ButtonMenu'\n  ```\n  - Fix some bugs\n---\n* 0.3.1 (2019/09/30)\n  Update to iOS 11\n---\n* 0.3.0 (2019/08/31)\n  Add AnimatedImageView\n  ```\n  pod 'DarkEggKit/AnimatedImageView'\n  ```\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.4.0"
21   },
22   "default_subspecs": "Common",
23   "subspecs": [
24     {
25       "name": "Common",
26       "source_files": "DarkEggKit/Classes/Common/*"
27     },
28     {
29       "name": "PaddingLabel",
30       "source_files": "DarkEggKit/Classes/PaddingLabel/*",
31       "dependencies": {
32         "DarkEggKit/Common": [
34         ]
35       }
36     },
37     {
38       "name": "PopupMessage",
39       "source_files": "DarkEggKit/Classes/PopupMessage/*",
40       "resources": [
41         "DarkEggKit/Classes/PopupMessage/*.xcassets"
42       ],
43       "dependencies": {
44         "DarkEggKit/Common": [
46         ]
47       }
48     },
49     {
50       "name": "SideMenu",
51       "source_files": "DarkEggKit/Classes/SideMenu/*",
52       "dependencies": {
53         "DarkEggKit/Common": [
55         ]
56       }
57     },
58     {
59       "name": "AnimatedImageView",
60       "source_files": "DarkEggKit/Classes/AnimatedImageView/*",
61       "dependencies": {
62         "DarkEggKit/Common": [
64         ]
65       }
66     },
67     {
68       "name": "ButtonMenu",
69       "source_files": "DarkEggKit/Classes/ButtonMenu/*",
70       "resources": [
71         "DarkEggKit/Classes/ButtonMenu/*.xcassets"
72       ],
73       "dependencies": {
74         "DarkEggKit/Common": [
76         ]
77       }
78     }
79   ],
80   "swift_version": "5.0"