blob: 236ef1b42c9556d5c86bcd0cebc55da5a91da3ab [file] [log] [blame]
{
"name": "MoeUI",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"swift_version": "4.0",
"subspecs": [
{
"name": "Common",
"source_files": "Classes/Common/*/*",
"frameworks": "UIKit"
},
{
"name": "Runtime",
"source_files": "Classes/Runtime/*",
"frameworks": "UIKit",
"dependencies": {
"MoeUI/Common": [
]
}
},
{
"name": "DeprecatedUI",
"source_files": "Classes/DeprecatedUI/*",
"frameworks": "UIKit",
"dependencies": {
"MoeUI/Common": [
],
"MoeUI/Runtime": [
],
"MoeUI/Appearance": [
]
}
},
{
"name": "Appearance",
"source_files": "Classes/Appearance/*",
"frameworks": "UIKit",
"dependencies": {
"MoeUI/Common": [
],
"MoeUI/Runtime": [
]
}
},
{
"name": "PanDrawer",
"source_files": "Classes/PanDrawer/*",
"frameworks": "UIKit",
"dependencies": {
"MoeUI/Common": [
],
"MoeUI/Runtime": [
]
}
}
]
}