blob: c442e3e444677d9fe387f20d940e2037d4656bd1 [file] [log] [blame]
{
"name": "MTCompCollectionView",
"version": "0.1.3",
"summary": "A functional collection domain component built on MTComponent.",
"description": "A functional collection domain component that implements MTComponentProtocol and requires MTTComContainerVC for component integration.",
"homepage": "https://github.com/Secrimart/MTCompCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Secrimart": "secrimart@aliyun.com"
},
"source": {
"git": "https://github.com/Secrimart/MTCompCollectionView.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MTCompCollectionView/Classes/**/*",
"dependencies": {
"MTComponent": [
"~> 0.1"
],
"SDWebImage": [
"~> 4.3"
]
}
}