Latest | 0.2.1 |
---|---|
Homepage | https://github.com/darkzero/DarkEggKit |
License | MIT |
Platforms | ios 10.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Xcode 10.1
Installation
DarkEggKit is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'DarkEggKit'
Author
darkzero, [email protected]
License
DarkEggKit is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "DarkEggKit", "version": "0.2.1", "summary": "DarkEgg UI Kit.", "description": "* 0.2.1 (2019/05/16)n Set DZPaddinLabel to publicn Delete column in Logger.debug and Logger.errorn---n* 0.2.0 (2019/03/17)n Fix some bugsn---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.0n First commit, with Common, PaddingLabel, PopupMessage and SideMenu", "homepage": "https://github.com/darkzero/DarkEggKit", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "darkzero": "[email protected]" }, "source": { "git": "https://github.com/darkzero/DarkEggKit.git", "tag": "0.2.1" }, "platforms": { "ios": "10.0" }, "default_subspecs": "Common", "subspecs": [ { "name": "Common", "source_files": "DarkEggKit/Classes/Common/*" }, { "name": "PaddingLabel", "source_files": "DarkEggKit/Classes/PaddingLabel/*", "dependencies": { "DarkEggKit/Common": [] } }, { "name": "PopupMessage", "source_files": "DarkEggKit/Classes/PopupMessage/*", "resources": [ "DarkEggKit/Classes/PopupMessage/*.xcassets" ], "dependencies": { "DarkEggKit/Common": [] } }, { "name": "SideMenu", "source_files": "DarkEggKit/Classes/SideMenu/*", "dependencies": { "DarkEggKit/Common": [] } } ] }
Tue, 21 May 2019 10:14:10 +0000