blob: 8a1d01613ebbb59d5732818dc849364ec7f231c4 [file] [log] [blame]
{
"name": "MoeUI",
"version": "1.2.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.2.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"resource_bundles": {
"MoeUI": [
"MoeUI.xcassets"
]
},
"swift_version": "5.0",
"subspecs": [
{
"name": "Common",
"source_files": "Classes/Common/*/*",
"frameworks": "UIKit"
},
{
"name": "Unity",
"source_files": "Classes/Unity/*",
"frameworks": "UIKit"
},
{
"name": "Runtime",
"source_files": "Classes/Runtime/*",
"frameworks": "UIKit",
"dependencies": {
"MoeUI/Common": [
]
}
},
{
"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": [
]
}
},
{
"name": "Alert",
"source_files": "Classes/Alert/*",
"frameworks": "UIKit",
"dependencies": {
"MoeUI/Common": [
],
"MoeUI/Unity": [
],
"MoeUI/Appearance": [
]
}
}
]
}