blob: a6575c1a64498b63d76124237b0d9986ec3306d6 [file] [log] [blame]
{
"name": "RWBanner",
"version": "0.0.1",
"summary": "OC 语言实现的轮播图功能,只需传入图片数组,复用已生成的 UIImageView ,且具有部分属性拓展功能",
"description": "OC 语言实现的轮播图功能,只需传入图片数组,复用已生成的 UIImageView , 且具有部分属性拓展功能",
"homepage": "https://github.com/itwyhuaing/RWBanner",
"license": "MIT",
"authors": {
"wyhing": "itwyhuaing@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/itwyhuaing/RWBanner.git",
"tag": "0.0.1"
},
"source_files": "RWBanner/*.{h,m}",
"requires_arc": true
}