blob: d84830d17436b43e4ca6fec3aeaa8193606b37fc [file] [log] [blame]
{
"name": "DJBannerView",
"version": "1.1.0",
"authors": {
"Dennis Deng": "iunion@live.cn"
},
"homepage": "https://github.com/iunion/DJBannerView",
"summary": "A ViewPager that can scroll automatically.",
"source": {
"git": "https://github.com/iunion/DJBannerView.git",
"tag": "1.1.0"
},
"license": "MIT",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DJBannerView",
"public_header_files": "DJBannerView/*.h",
"resources": [
"DJBannerView/Images/*.png"
],
"dependencies": {
"SDWebImage": [
"~> 4.0.0"
]
}
}