| { |
| "name": "OLOverlay", |
| "version": "0.1.0", |
| "summary": "Presents UIViewController like UIAlertView.", |
| "description": "This library provides a category for UIViewController with support presention UIViewController like UIAlertView with custom animation.", |
| "homepage": "https://github.com/halmakey/OLOverlay", |
| "license": "MIT", |
| "authors": { |
| "halmakey": "halmakey@cubicplus.net" |
| }, |
| "source": { |
| "git": "https://github.com/halmakey/OLOverlay.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "resource_bundles": { |
| "OLOverlay": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |