[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 9 / 7 / SYEmojiPopover / 0.1 / SYEmojiPopover.podspec.json
blobe061f9e2639e0dd4c3f43d33abe1a2dbdbcd7903
2   "name": "SYEmojiPopover",
3   "version": "0.1",
4   "license": "Custom",
5   "summary": "Popover view to select emoji character from iOS 6+ possible characters. iOS 6+, ARC.",
6   "homepage": "https://github.com/dvkch/SYEmojiPopover",
7   "authors": {
8     "Stan Chevallier": "contact@stanislaschevallier.fr"
9   },
10   "source": {
11     "git": "https://github.com/dvkch/SYEmojiPopover.git",
12     "tag": "0.1",
13     "submodules": false
14   },
15   "source_files": "SYEmojiPopover/*.{h,m}",
16   "requires_arc": true,
17   "xcconfig": {
18     "CLANG_MODULES_AUTOLINK": "YES"
19   },
20   "platforms": {
21     "ios": "6.0"
22   },
23   "dependencies": {
24     "WYPopoverController": [
26     ]
27   }