blob: a0851b3cd056f7c96ba8c83ec0e72872ac2ace9a [file] [log] [blame]
{
"name": "MoeUI",
"version": "1.0.0",
"summary": "MoeUI is a framework that make UI controls create and configure easily",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/linyanzuo/MoeUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linyanzuo1222@gmail.com": "zed@moemoetech.com"
},
"source": {
"git": "https://github.com/linyanzuo/MoeUI.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"swift_version": "4.0",
"subspecs": [
{
"name": "MoeBase",
"source_files": "Classes/MoeBase",
"frameworks": "Foundation"
},
{
"name": "MoeUI",
"source_files": "Classes/MoeUI/*",
"frameworks": "UIKit",
"dependencies": {
"MoeUI/MoeBase": [
]
}
}
]
}