blob: 1f81b722033050bc14318200a5b64f6e243ce617 [file] [log] [blame]
{
"name": "StoryboardSupport",
"version": "0.0.4",
"summary": "Utilities to make prototyping with Storyboards easier, created for designers.",
"description": " Utilities include:\n Sound effects\n Setting custom fonts from Storyboards\n Basic navigation methods, accessible from the Storyboard (e.g. dismissing modal views)\n Toggling between contained view controllers, directly from the Storyboard.\n",
"homepage": "https://github.com/MaxGabriel/StoryboardSupport",
"license": "MIT",
"authors": {
"Maximilian Tagher": "feedback.tagher@gmail.com"
},
"source": {
"git": "https://github.com/MaxGabriel/StoryboardSupport.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"StoryboardSupport/Classes",
"StoryboardSupport/Classes/**/*.{h,m}"
],
"frameworks": [
"AudioToolbox",
"QuartzCore"
],
"requires_arc": true
}