27 lines
797 B
JSON
27 lines
797 B
JSON
{
|
|
"name": "SwiftSoup",
|
|
"version": "1.5.4",
|
|
"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.5.4"
|
|
},
|
|
"social_media_url": "https://twitter.com/scinfu",
|
|
"platforms": {
|
|
"ios": "8.0",
|
|
"osx": "10.10",
|
|
"watchos": "2.0",
|
|
"tvos": "9.0"
|
|
},
|
|
"source_files": "Sources/**/*.swift"
|
|
}
|