| { |
| "name": "MBPopoverBackgroundView", |
| "version": "0.1.1", |
| "platforms": { |
| "ios": null |
| }, |
| "license": { |
| "type": "MIT" |
| }, |
| "summary": "Class to implement custom UIPopoverController background view.", |
| "description": "MBPopoverBackgroundView is subclass of UIPopoverBackgroundView with methods for flexible customization of the iOS popover look and feel.", |
| "homepage": "https://github.com/mgrebenets/mbpopoverbackgroundview.git", |
| "authors": { |
| "Maksym Grebenets": "mgrebenets@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/mgrebenets/mbpopoverbackgroundview.git", |
| "tag": "0.1.1" |
| }, |
| "source_files": "custom-popover-background/MBPopoverBackgroundView/**/*.{h,m}", |
| "requires_arc": true |
| } |