blob: c3c975aca5f48ac4f1f2d25f4adec3d26d72beef [file] [log] [blame]
{
"name": "stepr",
"version": "0.0.7",
"license": "MIT",
"summary": "A stepper input library for iOS 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.7"
},
"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"
]
}
}