blob: f0ac1df32fc67abac8f8fc0a8581003ed6874b1d [file] [log] [blame]
{
"name": "UIGuidedView",
"version": "0.0.1",
"summary": "A simple control designed for guiding a user through a controlled flow",
"homepage": "https://github.com/MitchellMalleo/UIGuidedView",
"license": "MIT",
"authors": {
"Mitch Malleo": "mitchellmalleo@gmail.com"
},
"source": {
"git": "https://github.com/MitchellMalleo/UIGuidedView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}