[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / d / a / 9 / URLPreview / 1.0.2 / URLPreview.podspec.json
blob4cf4891dbea78baa826af35352263be2ec86f857
2   "name": "URLPreview",
3   "version": "1.0.2",
4   "summary": "An NSURL extension for showing preview info of webpages.",
5   "description": "You may want to use this if you want to mimick Facebook app's behavior when you post a link on your status.",
6   "homepage": "https://github.com/itsmeichigo/URLPreview",
7   "screenshots": "https://raw.githubusercontent.com/itsmeichigo/URLPreview/master/ScreenShot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Huong Do": "huongdt29@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/itsmeichigo",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/itsmeichigo/URLPreview.git",
21     "tag": "1.0.2"
22   },
23   "source_files": "Source/NSURL+URLPreview.swift",
24   "dependencies": {
25     "Kanna": [
26       "~> 1.0.0"
27     ]
28   }