blob: 89c6c205269389eafdf18ef95bdd732ea4a9c42a [file] [log] [blame]
{
"name": "URLPreview",
"version": "2.1.0",
"summary": "An NSURL extension for showing preview info of webpages.",
"description": "You may want to use this if you want to mimick Facebook app's behavior when you post a link on your status.",
"homepage": "https://github.com/itsmeichigo/URLPreview",
"screenshots": "https://raw.githubusercontent.com/itsmeichigo/URLPreview/master/ScreenShot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Huong Do": "huongdt29@gmail.com"
},
"social_media_url": "http://twitter.com/itsmeichigo",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/itsmeichigo/URLPreview.git",
"tag": "2.1.0"
},
"source_files": "Source",
"frameworks": "UIKit",
"dependencies": {
"Kanna": [
"~> 4.0.0"
]
},
"requires_arc": true,
"swift_versions": [
"3.2",
"4.0",
"4.2",
"5",
"5"
],
"swift_version": "5"
}