blob: 45d26713eeee5726d609ed227499d020186df796 [file] [log] [blame]
{
"name": "Expectation",
"version": "0.0.2",
"summary": "XCTest Matcher framework for Swift",
"description": "A simple and elegant matcher framework built on top of XCTest for Swift.",
"homepage": "https://github.com/ollieatkinson/Expectation",
"license": "MIT",
"authors": {
"Oliver Atkinson": "oliveratkinson@me.com"
},
"platforms": {
"ios": "8.0"
},
"module_name": "Expectation",
"source": {
"git": "https://github.com/ollieatkinson/Expectation.git",
"tag": "0.0.2"
},
"source_files": "Expectation/**/*.swift",
"frameworks": [
"Foundation",
"XCTest"
]
}