blob: 6c293ca252bb8a2c75f168748dd2972d0f9f9fea [file] [log] [blame]
{
"name": "Kiwi",
"version": "3.0.0",
"summary": "A Behavior Driven Development library for iOS and OS X.",
"homepage": "https://github.com/kiwi-bdd/Kiwi",
"source": {
"git": "https://github.com/kiwi-bdd/Kiwi.git",
"tag": "v3.0.0"
},
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"Allen Ding": "alding@gmail.com",
"Luke Redpath": "luke@lukeredpath.co.uk",
"Marin Usalj": "marin2211@gmail.com",
"Stepan Hruda": "stepan.hruda@gmail.com",
"Brian Gesiak": "modocache@gmail.com",
"Adam Sharp": "adsharp@me.com",
"Eduardo Caselles": "edu@casell.es"
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"frameworks": "XCTest",
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"prefix_header_contents": "#import <XCTest/XCTest.h>"
}