blob: 862670abbcb22fb2e58f82b16130c650f9ecd5a1 [file] [log] [blame]
{
"name": "SwiftSoup",
"version": "1.1.1",
"summary": "Swift HTML/XML Parser, with best of DOM, CSS, and jquery",
"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.",
"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": "1.1.1"
},
"social_media_url": "https://twitter.com/scinfu",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "3.0"
}