| { |
| "name": "MASimplestSemiModalViewController", |
| "version": "0.1", |
| "summary": "The simplest Semi Modal implementation possible.", |
| "description": " MASimplestSemiModalViewController\n The simplest Semi Modal implementation possible. Very, very simplified version based on KNSemiModalViewController.\n", |
| "homepage": "https://github.com/marlonandrade/MASimplestSemiModalViewController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Marlon Andrade": "marlonmandrade@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/marlonandrade/MASimplestSemiModalViewController.git", |
| "tag": "0.1" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "src/*.{h,m}" |
| } |