blob: 9ec091eb1ebd340d30d6b1cd575235f59ec62178 [file] [log] [blame]
{
"name": "MoonWalker",
"version": "0.0.20",
"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": "v0.0.20"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*.{h,swift}",
"swift_version": "4.1",
"frameworks": "UIKit"
}