blob: b6baaa26a075db26a9244655b98ce4654df3a8ce [file] [log] [blame]
{
"name": "MSPScrollView",
"version": "0.1.4",
"summary": "A simple image scroll tool",
"description": "一个简单的图片轮播控件,可以自定义page control",
"homepage": "https://github.com/rayesquire/MSPScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rayesquire": "mashaopeng@meituan.com"
},
"source": {
"git": "https://github.com/rayesquire/MSPScrollView.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MSPScrollView/Classes/**/*",
"resource_bundles": {
"MSPScrollView": [
"MSPScrollView/Assets/*.{png,jpg}",
"MSPScrollView/MSPScrollView.xcassets"
]
},
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
]
}
}