blob: e4742ea909af5353d5bdd8c234901f57d64020ed [file] [log] [blame]
{
"name": "OKSpecHelper",
"version": "0.4",
"summary": "Simple helpers for using Objection framework with Kiwi tests",
"description": " Simple helpers for using Objection framework with Kiwi tests.\n",
"homepage": "https://github.com/garyjohnson/okspechelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gary Johnson": "gary@gjtt.com"
},
"social_media_url": "http://twitter.com/GaryGJohnson",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/garyjohnson/okspechelper.git",
"tag": "0.4"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"requires_arc": true,
"frameworks": [
"XCTest",
"Foundation"
],
"dependencies": {
"Kiwi/XCTest": [
]
}
}