blob: 52daf947107c733eeda731c541108697d5ee812d [file] [log] [blame]
{
"name": "Specta",
"version": "1.0.4",
"license": "MIT",
"summary": "A light-weight TDD / BDD framework.",
"homepage": "http://github.com/specta/specta",
"authors": {
"Peter Jihoon Kim": "raingrove@gmail.com"
},
"source": {
"git": "https://github.com/specta/specta.git",
"tag": "v1.0.4"
},
"description": "Specta is a light-weight testing framework that adds RSpec-like DSL to XCTest.",
"source_files": "Specta/Specta/**/*.{h,m}",
"frameworks": [
"Foundation",
"XCTest"
],
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}