blob: 14692a5ca2ccb150e9ce9049ac1859b6bdf274ab [file] [log] [blame]
{
"name": "XCUITestKit",
"version": "0.1.0",
"summary": "XCUITestKit has all the common utility for UI tests",
"description": "Gather all the utility and tool I built into XCUITestKit",
"homepage": "https://github.com/kinwahlai/XCUITestKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Darren Lai": "kinwah.lai@gmail.com"
},
"source": {
"git": "https://github.com/kinwahlai/XCUITestKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/darrenkwlai",
"swift_versions": "5.0",
"platforms": {
"ios": "12.0"
},
"source_files": "XCUITestKit/Classes/**/*",
"swift_version": "5.0"
}