blob: 7caeec7a808985ad549e76bc2b8131d2d9789943 [file] [log] [blame]
{
"name": "MVModalTransitions",
"version": "1.0.0",
"summary": "iOS 7 style custom transition classes for presenting interface rotation friendly modal view controllers",
"homepage": "https://github.com/bizz84/MVModalTransitions",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Andrea Bizzotto": "bizz84@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/bizz84/MVModalTransitions.git",
"tag": "1.0.0"
},
"source_files": "MVModalTransition/*.{h,m}",
"screenshots": [
"https://github.com/bizz84/MVModalTransitions/raw/master/Screenshots/ModalPortrait.png"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"dependencies": {
"Masonry": [
"~> 0.4.0"
]
},
"requires_arc": true
}