blob: 1431504a484e2ad2fb862918de4cabd50ac4a383 [file] [log] [blame]
{
"name": "stepr",
"version": "0.0.5",
"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.5"
},
"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"
]
}
}