blob: 3bce2f9950ec83932b07632780c73068d8f4d06e [file] [log] [blame]
{
"name": "YYInfiniteLoopView",
"version": "0.2.0",
"summary": "使用UICollectionView封装的无限轮播视图,使用简单,提供多种属性自由设置样式.",
"description": "使用UICollectionView封装的无限轮播视图,使用简单,提供多种属性自由设置样式.",
"homepage": "https://github.com/Kejiasir",
"license": "MIT",
"authors": {
"Arvin": "yasir86@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Kejiasir/YYInfiniteLoopView-demo.git",
"tag": "0.2.0"
},
"source_files": "YYInfiniteLoopView-demo/YYInfiniteLoopView-demo/YYInfiniteLoopView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.8"
]
}
}