blob: 1957f58dd9fb857dd5e2af550bc7752b5d7a8689 [file] [log] [blame]
{
"name": "YWRollingCycleView",
"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/qq329720990/YWRollingCycleView",
"license": "MIT",
"authors": {
"qq329720990": "dongyouweie@126.com"
},
"source": {
"git": "https://github.com/qq329720990/YWRollingCycleView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "YWRollingCycleView/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}