blob: 4542a908ea08876e4f2d6bbeb6dec8bafb418912 [file] [log] [blame]
{
"name": "MBSegueCollection",
"version": "0.1.0",
"summary": "Collection of custom iOS segues.",
"description": " MBSegueCollection is a growing collection of different custom segues for iOS 6 or later.\n All segues can be used to present or to dismiss view controllers.\n",
"homepage": "https://github.com/mathebox/MBSegueCollection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Max Bothe",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mathebox/MBSegueCollection.git",
"tag": "v0.1.0"
},
"source_files": [
"MBSegueCollection",
"*.{h,m}"
],
"requires_arc": true
}