blob: 9131eef389e5c0b17beb06c2c7309482e6c1e022 [file] [log] [blame]
{
"name": "MTCompSwipeView",
"version": "0.1.0",
"summary": "A flat style rotation diagram component built on MTComponent.",
"description": "A flat style rotation diagram component that implements MTComponentProtocol and requires MTTComContainerVC for component integration.",
"homepage": "https://github.com/Secrimart/MTCompSwipeView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Secrimart": "secrimart@aliyun.com"
},
"source": {
"git": "https://github.com/Secrimart/MTCompSwipeView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MTCompSwipeView/Classes/**/*",
"dependencies": {
"MTComponent": [
"~> 0.1"
],
"SwipeView": [
"~> 1.3"
],
"SDWebImage": [
"~> 4.3"
]
}
}