[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 9 / 7 / TwemojiKit / 0.1.1 / TwemojiKit.podspec.json
bloba245db100cf8b23679752020de6017206925de15
2   "name": "TwemojiKit",
3   "version": "0.1.1",
4   "summary": "TwemojiKit is tools fot parse String to Twemoji.",
5   "description": "TwemojiKit is parseing tools for twemoji [Twemoji](https://github.com/twitter/twemoji).",
6   "homepage": "https://github.com/yochidros/TwemojiKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yochidros": "mm9.movement.trb@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/ych_dp",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/yochidros/TwemojiKit.git",
20     "tag": "0.1.1"
21   },
22   "source_files": [
23     "Sources/**/*.{swift,h}",
24     "Core/**/*.{js}"
25   ],
26   "public_header_files": "Sources/**/*.h",
27   "frameworks": "JavaScriptCore",
28   "requires_arc": true,
29   "swift_versions": "5.0",
30   "module_name": "TwemojiKit",
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
33   },
34   "swift_version": "5.0"