blob: 4b34a50044e8234051f61081417fc39d751b3ff9 [file] [log] [blame]
{
"name": "SwiftSoup",
"version": "1.3.0",
"summary": "Swift HTML Parser / Reader, XML , 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.3.0"
},
"social_media_url": "https://twitter.com/scinfu",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "3.0"
}