blob: 793ec51afdf87d52ce5eb06c2b4da458b439112f [file] [log] [blame]
{
"name": "GhostHand",
"version": "0.2.5",
"summary": "XCUITest helper for testing custom schemes & universal links",
"description": "XCUITest helper for testing custom schemes & universal links. This app will install a very small test app on your simulator to assist you with testing univesal links & custom schemes.",
"homepage": "https://github.com/mds6058/GhostHand",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matt Stanford": "matthew.d.stanford@gmail.com"
},
"source": {
"git": "https://github.com/mds6058/GhostHand.git",
"tag": "0.2.5"
},
"social_media_url": "https://twitter.com/MattStanford3",
"platforms": {
"ios": "10.0"
},
"source_files": "GhostHand/GhostHandLib/Classes/**/*",
"resources": [
"GhostHand/GhostHandLib/Built_Product/*",
"ghosthand_install.sh"
]
}