blob: e44201339fd92476475e60ed396f73b59d552c5a [file] [log] [blame]
{
"name": "UnIt",
"version": "0.0.1",
"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.1"
},
"source_files": "UnIt/**/*.{swift, .h, .m, .framework}",
"resources": "*/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"frameworks": [
"UIKit",
"Foundation",
"XCTest"
]
}