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