blob: 83c5b520615f193a1bd66a66a64ac05400a427a1 [file] [log] [blame]
{
"name": "MLPresentController",
"version": "1.1",
"summary": "Present ViewController with custom animator and support interactiving with UIPanGestureRecognizer. (iOS 7+)",
"homepage": "https://github.com/molon/MLPresentController",
"license": {
"type": "MIT"
},
"authors": {
"molon": "dudl@qq.com"
},
"source": {
"git": "https://github.com/molon/MLPresentController.git",
"tag": "1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true
}