27 lines
670 B
JSON
27 lines
670 B
JSON
{
|
|
"name": "Nimble",
|
|
"version": "0.3.0",
|
|
"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.\n",
|
|
"homepage": "https://github.com/Quick/Nimble",
|
|
"license": {
|
|
"type": "Apache 2.0",
|
|
"file": "LICENSE.md"
|
|
},
|
|
"authors": "Quick Contributors",
|
|
"platforms": {
|
|
"ios": "8.0",
|
|
"osx": "10.10"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/Quick/Nimble.git",
|
|
"tag": "v0.3.0"
|
|
},
|
|
"source_files": [
|
|
"Nimble",
|
|
"Nimble/**/*.{swift,h,m}"
|
|
],
|
|
"frameworks": "XCTest",
|
|
"requires_arc": true
|
|
}
|