blob: 9401fe5e75c9a18b7e7e65eeab06c200b65d9ef1 [file] [log] [blame]
{
"name": "WKZombie",
"version": "0.9.4",
"summary": "WKZombie is a Swift library for iOS/OSX to browse websites without the need of User Interface or API.",
"description": "WKZombie is a Swift library for iOS/OSX 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, take snapshots or manipulate websites using Javascript.",
"homepage": "https://github.com/mkoehnke/WKZombie",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mathias Köhnke",
"platforms": {
"ios": "9.1",
"osx": "10.11"
},
"source": {
"git": "https://github.com/mkoehnke/WKZombie.git",
"tag": "0.9.4"
},
"source_files": [
"Classes/*.{swift}",
"Classes/HTML/*.{swift}",
"Classes/JSON/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"hpple": [
"0.2.0"
]
}
}