| { |
| "name": "SYPopoverController", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "version": "2.0.1", |
| "license": "Custom", |
| "summary": "UIPresentationController subclass, shows with the desired size, centered on screen", |
| "homepage": "https://github.com/dvkch/SYPopoverController", |
| "authors": { |
| "Stan Chevallier": "contact@stanislaschevallier.fr" |
| }, |
| "source": { |
| "git": "https://github.com/dvkch/SYPopoverController.git", |
| "tag": "2.0.1" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": true, |
| "xcconfig": { |
| "CLANG_MODULES_AUTOLINK": "YES" |
| } |
| } |