blob: 214351df8da19f1b389f4c423687ca38e933377c [file] [log] [blame]
{
"name": "WKZombie",
"version": "0.9.1",
"summary": "WKZombie is a Swift library for iOS to browse websites without the need of User Interface or API.",
"description": "WKZombie is a Swift library for iOS to navigate within websites and collect data without the need of User Interface or API, also known as Headless Browser.\nIn addition, it can be used to run automated tests or manipulate websites using Javascript.",
"homepage": "https://github.com/mkoehnke/WKZombie",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mathias Köhnke",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mkoehnke/WKZombie.git",
"tag": "0.9.1"
},
"source_files": [
"Classes/*.{swift}",
"Classes/HTML/*.{swift}",
"Classes/JSON/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"hpple": [
"0.2.0"
]
}
}