blob: da6b40c6d7e225fbab2be6f2efefa1d45818f6d9 [file] [log] [blame]
{
"name": "GreatExpectations",
"version": "1.0.0",
"summary": "A wrapper around XCTestCase that makes working with XCTestExpectations much cleaner",
"description": "A lightweight wrapper on XCTestCase that removes some of the repetitive boilerplate associated with async unit tests",
"homepage": "https://github.com/unsignedintellects/GreatExpectations",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jack Rostron": "jack@rostron.org.uk"
},
"source": {
"git": "https://github.com/unsignedintellects/GreatExpectations.git",
"tag": "1.0.0"
},
"source_files": "Sources/GreatExpectations/*.swift",
"frameworks": "XCTest",
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"osx": "10.9"
}
}