blob: 3eadec0fcddc9fc1d8ef13c3c1942cdc738c08f8 [file] [log] [blame]
{
"name": "MTComponent",
"version": "0.1.7",
"summary": "A component-based framework for functional areas.",
"description": "MTComponent is a component-based framework that can be implemented by splitting the different functional areas in a page by component-based ideas.",
"homepage": "https://github.com/Secrimart/MTComponent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"secrimart@aliyun.com": "secrimart@aliyun.com"
},
"source": {
"git": "https://github.com/Secrimart/MTComponent.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MTComponent/Classes/**/*",
"dependencies": {
"MTBaseObjects": [
"~> 0.1"
],
"MJExtension": [
"~> 3.0"
]
}
}