blob: 340f7817a524315c5984fbfafd6b87b523a663c7 [file] [log] [blame]
{
"name": "CCZoomScrollView",
"version": "1.0.1",
"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/changcunyuan/CCZoomScrollView",
"license": "MIT",
"authors": {
"changcunyuan": "409593434@qq.com"
},
"source": {
"git": "https://github.com/changcunyuan/CCZoomScrollView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ZoomScrollView/*",
"public_header_files": "ZoomScrollView/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
}