blob: 3d87f945eeaadf6efb2ced4cf58576659c980fff [file] [log] [blame]
{
"name": "HumanString",
"version": "0.1.0",
"summary": "Makes substrings in Swift for human again.",
"description": "Sometimes you just want an easier way to work on substrings, so I made this.",
"homepage": "https://xddd.kkbox.io/kkpartnerplayer/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zonble": "zonble@gmail.com"
},
"source": {
"git": "https://github.com/zonble/HumanString.git",
"tag": "0.1.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2"
],
"source_files": "Sources/HumanString/**/*",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "5.2"
}