| { |
| "name": "EKNotifView", |
| "version": "0.0.1", |
| "summary": "A Simple, easily customizable, lightweight notification system for iOS Apps.", |
| "homepage": "https://github.com/ekdevdes/EKNotifView", |
| "authors": { |
| "Ethan Kramer": "ekdevdes@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/ekdevdes/EKNotifView.git", |
| "commit": "f024f6afc9665be321178065ff201b3906b9c2ec" |
| }, |
| "platforms": { |
| "ios": "4.0" |
| }, |
| "source_files": "*.{h,m}", |
| "resources": "*.{png,xib}", |
| "frameworks": "QuartzCore", |
| "license": "MIT", |
| "dependencies": { |
| "MBCategory": [ |
| "~> 0.0.1" |
| ] |
| }, |
| "requires_arc": true |
| } |