blob: 1c3466690512eda8666ba202b5d2ec956f9507a9 [file] [log] [blame]
{
"name": "DYMRollingBanner",
"version": "2.1.2",
"summary": "A buttery-smooth Infinite Banner Scrolling View Controller.",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DYMRollingBanner": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Masonry": [
"~> 0.6.2"
],
"SDWebImage": [
"~> 3.7.3"
]
}
}