blob: 4f84e785105ed8d88f59b3ed26c340b7939b90e2 [file] [log] [blame]
{
"name": "MFStoryboardPushSegue",
"version": "1.0.1",
"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.1"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore"
]
}