[Add] DocumentReaderFullAuthRFIDStage 7.5.10872
[CocoaPods.git] / Specs / a / c / 7 / DarkEggKit / 0.5.6 / DarkEggKit.podspec.json
blob88629078a588c971ad005819d3e2f4a37fc0cad7
2   "name": "DarkEggKit",
3   "version": "0.5.6",
4   "summary": "DarkEgg UI Kit.",
5   "swift_versions": "5.0",
6   "platforms": {
7     "ios": "10.0"
8   },
9   "description": "* 0.5.6 (2020/03/06)\n- Add text color (BarChart)\n- Others\n---\n* 0.5.5 (2020/03/04)\n- Add bar align in BarChart\n- Others\n---\n* 0.5.4 (2020/02/14)\n- Change property of doughnut chart (delete inner and outer, add lineWidth)\n---\n* 0.5.3 (2020/02/05)\n- Add text to BarChart.\n- Add sort before chart displaying. (BarChart and DoughnutChart)\n- Others\n---\n* 0.5.2 (2020/01/31)\n- fix some bugs\n---\n* 0.5.1 (2020/01/27)\n- Add BarChart\n```\npod 'DarkEggKit/BarChart'\n```\n---\n* 0.5.0 (2020/01/19)\n- Add DoughnutChart\n```\npod 'DarkEggKit/DoughnutChart'\n```\n---\n* 0.4.0 (2019/10/20)\n- Add ButtonMenu (Is not prefect now)\n```\npod 'DarkEggKit/ButtonMenu'\n```\n- Fix some bugs\n---\n* 0.3.1 (2019/09/30)\nUpdate to iOS 11\n---\n* 0.3.0 (2019/08/31)\nAdd AnimatedImageView\n```\npod 'DarkEggKit/AnimatedImageView'\n```\n---\n* 0.2.1 (2019/05/16)\nSet DZPaddinLabel to public\nDelete column in Logger.debug and Logger.error\n---\n* 0.2.0 (2019/03/17)\nFix some bugs\n---\n* 0.1.1 (2019/03/05)\nCommon, PaddingLabel, PopupMessage and SideMenu.\nPlease check README.md on git repo.\n---\n* 0.1.0\nFirst 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.5.6"
21   },
22   "default_subspecs": "Common",
23   "subspecs": [
24     {
25       "name": "Common",
26       "source_files": "DarkEggKit/Classes/Common/*.swift"
27     },
28     {
29       "name": "PaddingLabel",
30       "source_files": "DarkEggKit/Classes/PaddingLabel/*.swift",
31       "dependencies": {
32         "DarkEggKit/Common": [
34         ]
35       }
36     },
37     {
38       "name": "PopupMessage",
39       "source_files": "DarkEggKit/Classes/PopupMessage/*.swift",
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/*.swift",
52       "dependencies": {
53         "DarkEggKit/Common": [
55         ]
56       }
57     },
58     {
59       "name": "AnimatedImageView",
60       "source_files": "DarkEggKit/Classes/AnimatedImageView/*.swift",
61       "resources": [
62         "DarkEggKit/Classes/AnimatedImageView/*.xcassets"
63       ],
64       "dependencies": {
65         "DarkEggKit/Common": [
67         ]
68       }
69     },
70     {
71       "name": "ButtonMenu",
72       "source_files": "DarkEggKit/Classes/ButtonMenu/*.swift",
73       "resources": [
74         "DarkEggKit/Classes/ButtonMenu/*.xcassets"
75       ],
76       "dependencies": {
77         "DarkEggKit/Common": [
79         ]
80       }
81     },
82     {
83       "name": "DoughnutChart",
84       "source_files": "DarkEggKit/Classes/DoughnutChart/*.swift",
85       "dependencies": {
86         "DarkEggKit/Common": [
88         ]
89       }
90     },
91     {
92       "name": "BarChart",
93       "source_files": "DarkEggKit/Classes/BarChart/*.swift",
94       "dependencies": {
95         "DarkEggKit/Common": [
97         ]
98       }
99     }
100   ],
101   "swift_version": "5.0"