blob: 4cf4891dbea78baa826af35352263be2ec86f857 [file] [log] [blame]
{
"name": "URLPreview",
"version": "1.0.2",
"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": "1.0.2"
},
"source_files": "Source/NSURL+URLPreview.swift",
"dependencies": {
"Kanna": [
"~> 1.0.0"
]
}
}