blob: 779b8685140d96d2deda79b6be839430917dcdc1 [file] [log] [blame]
{
"name": "ZPLoopScrollView",
"version": "1.0.1",
"summary": "Using three UIImageView pictures in an infinite loop, you can manually drag and drop and click on interactive",
"description": "Using three UIImageView pictures in an infinite loop, you can manually drag and drop and click on interactive (使用三个UIImageView实现图片的无限循环,可手动拖拽以及点击交互)",
"homepage": "https://github.com/twenty-zp/ZPLoopScrollView",
"authors": {
"twenty-zp": "twenty-zp"
},
"license": {
"type": "MIT",
"file": "ZPLoopScrollView/LICENSE.txt"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/twenty-zp/ZPLoopScrollView.git",
"tag": "1.0.1"
},
"dependencies": {
"AFNetworking": [
">= 3.0.0"
]
},
"source_files": "ZPLoopScrollView/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}