blob: 2b61c16effd0d6be588e4895f008b2da0f9a4538 [file] [log] [blame]
{
"name": "JGLinkedStoryboard",
"version": "1.0",
"summary": "Makes transitioning between multiple storyboards easy.",
"description": " Makes transitioning between multiple storyboards easy.\n \n",
"homepage": "https://github.com/jeremygrenier/JGLinkedStoryboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeremy Grenier": "jeremy.grenier@epitech.eu"
},
"social_media_url": "https://twitter.com/jeremygrenier",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/jeremygrenier/JGLinkedStoryboard.git",
"tag": "1.0"
},
"source_files": [
"JGLinkedStoryboard",
"JGLinkedStoryboard/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}