blob: 617f4888086e73977ede59710dd68311366eaf52 [file] [log] [blame]
{
"name": "SSBannerViewController",
"version": "1.0.0",
"summary": "Simple infinite scrolling bannerView with custom page control",
"description": "A simple infinite scrolling bannerView with custom page control.\nThe shining part is to use 2 UIImageView to accomplish any number of banner image scrolling, so as to minimize the memory use.\nAlso a custom page control may be useful aswell.",
"homepage": "https://github.com/suruihai/SSBannerViewController",
"license": "MIT",
"authors": {
"stevenSu": "191676345@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/suruihai/SSBannerViewController.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}