blob: e39737d573b043a5a7eba33838ad35af281f4cf8 [file] [log] [blame]
{
"name": "AYStepperView",
"version": "0.1.0",
"summary": "A simple customizable stepper view written in Objective C.",
"homepage": "https://github.com/yenbekbay/AYStepperView",
"license": "MIT",
"authors": {
"Ayan Yenbekbay": "ayan.yenb@gmail.com"
},
"source": {
"git": "https://github.com/yenbekbay/AYStepperView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"pop": [
"~> 1.0"
]
}
}