blob: 0f8dc29aa45791e4e0765b79b54d598db08e57f7 [file] [log] [blame]
{
"name": "Nimble",
"version": "2.0.0-rc.2",
"summary": "A Matcher Framework for Swift and Objective-C",
"description": "Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar.",
"homepage": "https://github.com/Quick/Nimble",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.md"
},
"authors": "Quick Contributors",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/Quick/Nimble.git",
"tag": "v2.0.0-rc.2"
},
"source_files": [
"Nimble",
"Nimble/**/*.{swift,h,m}"
],
"frameworks": "XCTest",
"requires_arc": true
}