blob: 24443671b012741328a99bf44f130668dbdc07a5 [file] [log] [blame]
{
"name": "SimpleBDD",
"version": "0.1.0",
"summary": "Simple library for tests in BDD style, written with Objective-C.",
"description": "Simple BDD gives you possibiity to improve readability of your tests written in KIF.",
"homepage": "https://github.com/AzimoLabs/SimpleBDD.git",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Przemysław Wośko": "przemek.wosko@azimo.com"
},
"source": {
"git": "https://github.com/AzimoLabs/SimpleBDD.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleBDD/Classes/**/*",
"frameworks": "XCTest",
"dependencies": {
"KIF": [
"~> 3.4.2"
]
}
}