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