blob: 2ffb4b6a3fd50f281da5e046cb8d76a1893c09b5 [file] [log] [blame]
{
"name": "xModalController",
"version": "0.1.0",
"summary": "xModalController helps you present custom sized modal view controllers.",
"swift_version": "4.1",
"description": "You can show any sized modal views with xModalController. It uses Apple's default modal animation.",
"homepage": "https://github.com/akinogunc/xModalController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"akinogunc": "akinogunc@gmail.com"
},
"source": {
"git": "https://github.com/akinogunc/xModalController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "xModalController/Classes/**/*"
}