blob: 07bfd03f3265195fbad251b24b7f3ca352314246 [file] [log] [blame]
{
"name": "xModalController",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "xModalController/Classes/**/*"
}