blob: 02ba89f0155efbe0eb77a4807655ba755de8a863 [file] [log] [blame]
{
"name": "UnIt",
"version": "0.0.2",
"summary": "An iOS Swift framework that helps bridge the gap between UI and Unit Testing.",
"swift_version": "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"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/connected-io/UnIt.git",
"tag": "0.0.2"
},
"source_files": "UnIt/**/*.{swift, .h, .m, .framework}",
"frameworks": [
"UIKit",
"Foundation",
"XCTest"
]
}