blob: 64a31da54128e3637875879bdf493c07844eeda3 [file] [log] [blame]
{
"name": "FCOverlay",
"version": "1.0.7",
"summary": "FCOverlay gives you the power to create any type of overlay in a new window",
"description": "Present or queue view controllers in a new window on top of all other windows.\nThis allows you to present log in screens, alert style screens and HUD easily from\nanywhere in your code. You do not need to find the currently visible view controller \nor any of that stuff. Just present it and get on with life. See the full project for\nexample usage.",
"homepage": "https://github.com/lickylick/FCOverlayViewController",
"license": "MIT",
"authors": {
"Almer Lucke": "almer.lucke@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lickylick/FCOverlayViewController.git",
"tag": "v1.0.7"
},
"source_files": "FCOverlayViewControllerClass/*",
"requires_arc": true
}