blob: aeabaf990a2f3960b7866ea261c63ec709f264ef [file] [log] [blame]
{
"name": "MappaMundi",
"version": "1.0.0",
"summary": "A declarative Don't Repeat Yourself tool for XCUITesting and screenshots.",
"homepage": "https://github.com/phannhu92/MappaMundi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Logan": "logan@geoguard.com"
},
"source": {
"git": "https://github.com/phannhu92/MappaMundi.git",
"tag": "1.0.0"
},
"swift_versions": "5",
"platforms": {
"ios": "11.4"
},
"requires_arc": true,
"static_framework": true,
"source_files": "Sources/*.swift",
"dependencies": {
"AStar": [
"3.1.2"
],
"XCTest-Gherkin": [
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5"
}