blob: fea2e0193559ab4239e5f2fcc7483d90f3e598d6 [file] [log] [blame]
{
"name": "RicBannerView",
"version": "1.0",
"summary": "a simple implemtation of a banner play view.",
"description": "this is a sample banner view realization that has two main job\n1、display the banners scheduled by the timer.\n2、cycled displaying",
"homepage": "https://home.cnblogs.com/u/codetime/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rice": "625482408@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zLihuan/RicBannerView.git",
"tag": "1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.8"
]
}
}