blob: 63adea861e58538693fe1b3d2b38afab45259c0d [file] [log] [blame]
{
"name": "Reindeer",
"version": "0.1.0",
"summary": "A rolling image banner view for app display some promotion elements, written in Swift 2.",
"description": "A rolling image banner view for app display some promotion elements, support remote image and auto rolling. You can use both autolayout and programming to create the banner view.",
"homepage": "https://github.com/Evilcome/Reindeer",
"license": "MIT",
"authors": {
"Evilcome": "evilcome.com@gmail.com"
},
"source": {
"git": "https://github.com/Evilcome/Reindeer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Reindeer": [
"Pod/Assets/*.png"
]
}
}