blob: 604729f643b0f17f905ae3ea8f175e631fc13532 [file] [log] [blame]
{
"name": "ZLLCycleScrollView",
"version": "1.0.1",
"summary": "A cycle images lib for iOS base on ScrollView.",
"description": "A cycle images lib for iOS base on ScrollView. BY LingliZ",
"homepage": "https://github.com/LingliZ/ZLLCycleScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LingliZ": "13161995375@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LingliZ/ZLLCycleScrollView.git",
"tag": "1.0.1"
},
"source_files": "ZLLCycleScrollView/Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.0.0"
]
}
}