blob: 94f1fa764fef8653b4e143f224c8fd46022e379b [file] [log] [blame]
{
"name": "XLCycleScrollView",
"version": "0.0.1",
"summary": "简化图片轮播的繁琐写法,实现简单方便的使用",
"homepage": "https://github.com/marlonxlj/XLCycleScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"marlonxlj": "marlonxlj@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/marlonxlj/XLCycleScrollView.git",
"tag": "0.0.1"
},
"source_files": [
"XLCycleScrollView",
"XLCycleScrollView/Lib/XLCycleScrollView/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.8"
]
}
}