blob: 6224de55fa95a421a7581e06496796265059f683 [file] [log] [blame]
{
"name": "SwiftSoup",
"version": "0.1.0",
"summary": "Swift HTML Parser.",
"description": "SwiftSoup is a Swift library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods,\nand is a porting of JAVA jsoup library.",
"homepage": "https://github.com/scinfu/SwiftSoup",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nabil Chatbi": "scinfu@gmail.com"
},
"source": {
"git": "https://github.com/scinfu/SwiftSoup.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/scinfu",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "3.0"
}