blob: 199f7b4a6503bf48b20e9159050795cf156acecd [file] [log] [blame]
{
"name": "DYMRollingBanner",
"version": "2.1.3",
"summary": "A buttery-smooth Infinite Banner Scrolling View Controller, supports both local and remote images and is 100% compatible with AutoLayout.",
"description": "DYMRollingBanner is a clean and easy-to-use banner rolling control for your app's homepage screen which need to show some rolling banners.It supports both local and remote images and is 100% compatible with AutoLayout.",
"homepage": "https://github.com/dymx101/DYMRollingBanner",
"license": "MIT",
"authors": {
"Yiming Dong": "dymx101@hotmail.com"
},
"source": {
"git": "https://github.com/dymx101/DYMRollingBanner.git",
"tag": "2.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DYMRollingBanner": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SDWebImage": [
"~> 3.7.3"
]
}
}