blob: 558db1606d730bb276b112f830d31d3daf03f744 [file] [log] [blame]
{
"name": "SOCycleSrollView",
"version": "1.0.0",
"summary": "简单易用的无限轮播器. 支持横向、竖向两种滑动方式",
"description": "It is a cycle scroll view used on iOS, which implement by Swift 3.",
"homepage": "https://github.com/pjk1129/SOCycleScroll.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"authors": {
"pjk1129": "pjk1129@qq.com"
},
"source": {
"git": "https://github.com/pjk1129/SOCycleScroll.git",
"tag": "1.0.0"
},
"source_files": "SOCycleSrollView/*.swift",
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}