blob: 503128e67172c4af1c7d9d003743934361ae3943 [file] [log] [blame]
{
"name": "UnIt",
"version": "0.0.4",
"summary": "An iOS Swift framework that helps bridge the gap between UI and Unit Testing.",
"swift_versions": "4.2",
"description": "An iOS Swift framework that helps bridge the gap between UI and Unit Testing by providing helpful UIKit class extensions.",
"homepage": "https://github.com/connected-io/UnIt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Yeung": "jyeung@connected.io",
"Steven Wu": "swu@connected.io"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/connected-io/UnIt.git",
"tag": "0.0.4"
},
"source_files": "UnIt/Source/**/*.{swift}",
"frameworks": [
"UIKit",
"Foundation",
"XCTest"
]
}