blob: 167100d969e643e124ef90c5c2cbe99cef0b7e36 [file] [log] [blame]
{
"name": "TweetEmbedView",
"version": "0.1.0",
"summary": "Lightweight ViewComponent for embedding Tweet as a native content. Simple library consisting of single file without additional resources.",
"description": "Lightweight ViewComponent for embedding Tweet as a native content. Official TwitterKit is now deprecated and I hope to be an alternative feature.\nInternal implementation uses WKWebView, which displays the same tweet as on web, but it can be treated just like a native component, providing the pure height of tweet and so on.",
"homepage": "https://github.com/t-tiger/TweetEmbedView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"t-tiger": "tachiba@gmail.com"
},
"source": {
"git": "https://github.com/t-tiger/TweetEmbedView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/t_tiger55",
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"source_files": "TweetEmbedView/Classes/**/*",
"swift_version": "4.0"
}