blob: 79861fc8ca5d608f0df668308a503f65a1e60bec [file] [log] [blame]
{
"name": "WZMarqueeView",
"version": "2.0.0",
"summary": "A marquee view used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/wangzz/WZMarqueeView",
"license": "MIT",
"authors": {
"王中周": "wzzvictory_tjsd@163.com"
},
"source": {
"git": "https://github.com/wangzz/WZMarqueeView.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "WZMarqueeView/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}