blob: da06cc47032c08e68d13181f75004a15b25eb6dc [file] [log] [blame]
{
"name": "Erik",
"version": "1.0.2",
"summary": "An headless brother 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.2"
},
"default_subspecs": "Core",
"dependencies": {
"Kanna": [
],
"Eki": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Erik/*.swift"
},
{
"name": "Future",
"source_files": "Erik/Future/*.swift",
"dependencies": {
"Erik/Core": [
],
"BrightFutures": [
]
}
}
]
}