blob: b2174647cb777fa19e6b22630c910795ee672dc6 [file] [log] [blame]
{
"name": "JKCycleScrollView",
"version": "0.1.0",
"summary": "简单易用的无限轮播器. 支持横向、竖向两种滑动方式",
"description": "It is a cycle scroll view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/pjk1129/JKCycleScroll.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"authors": {
"pjk1129": "pjk1129@qq.com"
},
"source": {
"git": "https://github.com/pjk1129/JKCycleScroll.git",
"tag": "0.1.0"
},
"source_files": "JKCycleScrollView/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}