blob: 8a315f520a60beaf1002f497235c68cc743314e8 [file] [log] [blame]
{
"name": "ANProgressStepper",
"version": "0.1.0",
"summary": "A simple control to show the user their progress in a multi-step process such as a multi-page form.",
"description": " ANProgressStepper is a simple control that shows numbered circles with different background colours to provide the user with feedback on their progress through a multi-step process. \n",
"homepage": "https://github.com/ayushn21/ANProgressStepper",
"license": "MIT",
"authors": {
"Ayush Newatia": "ayush.newatia@icloud.com"
},
"source": {
"git": "https://github.com/ayushn21/ANProgressStepper.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ayushn21",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ANProgressStepper/*.{h,m}",
"frameworks": "Foundation"
}