blob: cc8592f9cc496d8c5dbc2354715de298e53cf1e6 [file] [log] [blame]
{
"name": "DJMarquee",
"version": "1.0.0",
"summary": "一个可以横向滚动和竖向滚动的跑马灯",
"description": "这是一款可以随意设置布局的跑马灯,里面是个自定义view,可以任意布局和添加控件,既可以横向滑动,还可以竖向滑动。",
"homepage": "https://github.com/dongheiheihei/DJMarquee",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dongheiheihei": "woshidongheihei@163.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/dongheiheihei/DJMarquee.git",
"tag": "1.0.0"
},
"source_files": "DJMarquee/DJMarquee.framework/Headers/*.{h}",
"vendored_frameworks": "DJMarquee/DJMarquee.framework",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true
}