blob: 59b3533d5008a80b18cc20ea5b3bd8b1795c297a [file] [log] [blame]
{
"name": "Erik",
"version": "1.0.3",
"summary": "A headless browser written in Swift",
"description": "Erik is an headless browser based on WebKit and HTML parser Kanna.\nAn headless browser allow to run functional tests, to access and manipulate webpages.",
"homepage": "https://github.com/phimage/Erik",
"license": "MIT",
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/phimage/Erik.git",
"tag": "1.0.3"
},
"default_subspecs": "Core",
"dependencies": {
"Kanna": [
],
"Eki": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Erik/*.swift"
},
{
"name": "Future",
"source_files": "Erik/Future/*.swift",
"dependencies": {
"Erik/Core": [
],
"BrightFutures": [
]
}
}
]
}