blob: bd5000b681886303e03fe073b046b135f4758a75 [file] [log] [blame]
{
"name": "DJBannerView",
"version": "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.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DJBannerView",
"public_header_files": "DJBannerView/*.h",
"resources": [
"DJBannerView/Images/*.png"
],
"dependencies": {
"SDWebImage": [
"~> 4.0.0"
]
}
}