blob: 2c05505e73941b16aa6b9526defcd8af8086d1d7 [file] [log] [blame]
{
"name": "DarkEggKit",
"version": "0.3.0",
"summary": "DarkEgg UI Kit.",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"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",
"homepage": "https://github.com/darkzero/DarkEggKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"darkzero": "darkzero_mk2@hotmail.com"
},
"source": {
"git": "https://github.com/darkzero/DarkEggKit.git",
"tag": "0.3.0"
},
"default_subspecs": "Common",
"swift_version": "5.0",
"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": [
]
}
},
{
"name": "AnimatedImageView",
"source_files": "DarkEggKit/Classes/AnimatedImageView/*",
"dependencies": {
"DarkEggKit/Common": [
]
}
}
]
}