| { |
| "name": "SYEmojiPopover", |
| "version": "0.1", |
| "license": "Custom", |
| "summary": "Popover view to select emoji character from iOS 6+ possible characters. iOS 6+, ARC.", |
| "homepage": "https://github.com/dvkch/SYEmojiPopover", |
| "authors": { |
| "Stan Chevallier": "contact@stanislaschevallier.fr" |
| }, |
| "source": { |
| "git": "https://github.com/dvkch/SYEmojiPopover.git", |
| "tag": "0.1", |
| "submodules": false |
| }, |
| "source_files": "SYEmojiPopover/*.{h,m}", |
| "requires_arc": true, |
| "xcconfig": { |
| "CLANG_MODULES_AUTOLINK": "YES" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "dependencies": { |
| "WYPopoverController": [ |
| |
| ] |
| } |
| } |