blob: d920ad4f3a43bf40260da51efdd9fc1569022085 [file] [log] [blame]
{
"name": "WindRoseView",
"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.",
"homepage": "https://github.com/klz568/WindRoseView",
"license": "MIT",
"authors": {
"KLZ": "kongling1126@qq.com"
},
"source": {
"git": "https://github.com/klz568/WindRoseView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "WindRoseView/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}