blob: 5414361d19d8f23ac6e298e31da6e27e7fc7cb5a [file] [log] [blame]
{
"name": "SwiftSoup",
"version": "1.0.1",
"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": "1.0.1"
},
"social_media_url": "https://twitter.com/scinfu",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"resource_bundles": {
"SwiftSoup": [
"Assets/*.properties"
]
},
"pushed_with_swift_version": "3.0"
}