blob: db30ec78449793d2c8a2860c78a52973667dc57f [file] [log] [blame]
{
"name": "DarkEggKit",
"version": "0.2.1",
"summary": "DarkEgg UI Kit.",
"description": "* 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.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": [
]
}
}
]
}