blob: d6feb1e585b7ded3fb760bdeb85e087703f460ab [file] [log] [blame]
{
"name": "stepr",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "stepr/stepr/*.swift",
"resources": [
"stepr/images/*.png"
],
"requires_arc": true,
"dependencies": {
"anim": [
"~> 0.0.7"
]
}
}