blob: c7f0be361db55cf4e013e7e112f098c6f7ed7991 [file] [log] [blame]
{
"name": "DarkEggKit",
"version": "0.1.0",
"summary": "DarkEgg UI Kit.",
"description": "TODO: Add long description of the pod here.",
"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.1.0"
},
"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/*",
"dependencies": {
"DarkEggKit/Common": [
]
},
"resources": [
"DarkEggKit/Classes/PopupMessage/*.xcassets"
]
},
{
"name": "SideMenu",
"source_files": "DarkEggKit/Classes/SideMenu/*",
"dependencies": {
"DarkEggKit/Common": [
]
}
}
]
}