blob: d7c8ab5f9ffb2889da2ab6f1f3be874afa01dac8 [file] [log] [blame]
{
"name": "stepr",
"version": "0.0.4",
"license": "MIT",
"summary": "A stepper input library with cool animations.",
"homepage": "https://github.com/onurersel/stepr",
"authors": {
"Onur Ersel": "onurersel@gmail.com"
},
"source": {
"git": "https://github.com/onurersel/stepr.git",
"tag": "0.0.4"
},
"social_media_url": "https://twitter.com/ethestel",
"screenshots": [
"https://github.com/onurersel/stepr/raw/master/screenshots/stepr-vertical-numbers.gif",
"https://github.com/onurersel/stepr/raw/master/screenshots/stepr-horizontal-months.gif"
],
"platforms": {
"ios": "8.0"
},
"source_files": "stepr/stepr/*.swift",
"resources": [
"stepr/images/*.png"
],
"requires_arc": true,
"dependencies": {
"anim": [
"~> 0.0.7"
]
}
}