blob: 8633c43ce23b230192f946e4069efa20bac6e29d [file] [log] [blame]
{
"name": "MoonWalker",
"version": "1.0.0",
"summary": "An easy to use Walkthrough framework",
"description": "I made this Walkthrough framework to provide a simple API\nto allow for rapidly implementing a walkthrough. It does\nmany things for you, but remains fairly minimal. Also,\nI focus heavily on test coverage.",
"homepage": "https://github.com/yhkaplan/MoonWalker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yhkaplan": "josh@pepabo.com"
},
"source": {
"git": "https://github.com/yhkaplan/MoonWalker.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*.{h,swift}",
"swift_versions": "5.2",
"frameworks": "UIKit",
"swift_version": "5.2"
}