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