blob: 1235bbc2fb165f408e150eb5b191a0c5e78c77a4 [file] [log] [blame]
{
"name": "MFStoryboardPushSegue",
"version": "1.0",
"license": "BSD",
"summary": "UIStoryboardPushSegue for use outside a navigation controller",
"homepage": "https://github.com/MentallyFriendly/MFStoryboardPushSegue",
"authors": {
"Kyle Fuller": "inbox@kylefuller.co.uk"
},
"source": {
"git": "https://github.com/MentallyFriendly/MFStoryboardPushSegue.git",
"tag": "1.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore"
]
}