blob: 92f651224696a45c3ff973dc701511cf4d068849 [file] [log] [blame]
{
"name": "ZCView",
"version": "0.0.1",
"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/zhangGith/ZCView",
"license": "MIT",
"authors": {
"zc": "block_zhang@163.com"
},
"source": {
"git": "https://github.com/zhangGith/ZCView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "ZCView/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}