| { |
| "name": "RWBlurPopover", |
| "version": "1.0.0", |
| "summary": "Show a UIViewController in a popover with background blurred. ", |
| "description": " Show a UIViewController in a popover with background blurred. \n Support iOS 5.1+ on iPhone and iPad. Inspired by Twitter music.\n", |
| "homepage": "https://github.com/eternityz/RWBlurPopover", |
| "license": "MIT", |
| "authors": { |
| "eternityz": "id@zhangbin.cc" |
| }, |
| "social_media_url": "http://twitter.com/eternity1st", |
| "platforms": { |
| "ios": "5.1" |
| }, |
| "source": { |
| "git": "https://github.com/eternityz/RWBlurPopover.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "RWBlurPopover", |
| "RWBlurPopover/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |