blob: a245db100cf8b23679752020de6017206925de15 [file] [log] [blame]
{
"name": "TwemojiKit",
"version": "0.1.1",
"summary": "TwemojiKit is tools fot parse String to Twemoji.",
"description": "TwemojiKit is parseing tools for twemoji [Twemoji](https://github.com/twitter/twemoji).",
"homepage": "https://github.com/yochidros/TwemojiKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yochidros": "mm9.movement.trb@gmail.com"
},
"social_media_url": "https://twitter.com/ych_dp",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/yochidros/TwemojiKit.git",
"tag": "0.1.1"
},
"source_files": [
"Sources/**/*.{swift,h}",
"Core/**/*.{js}"
],
"public_header_files": "Sources/**/*.h",
"frameworks": "JavaScriptCore",
"requires_arc": true,
"swift_versions": "5.0",
"module_name": "TwemojiKit",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"swift_version": "5.0"
}