blob: 12dcc93edff348d6452899e4a8cb454b7a5b206d [file] [log] [blame]
{
"name": "Erik",
"version": "1.0.1",
"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.1"
},
"default_subspecs": "Core",
"dependencies": {
"Kanna": [
],
"Eki": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Erik/*.swift"
}
]
}