blob: 464cc1b3f042e15e04758fc7fd6847ea8588c9bf [file] [log] [blame]
{
"name": "SwiftyPyString",
"version": "1.0.1",
"summary": "A library that provides Swift with string operations equivalent to Python.",
"description": "A library that provides Swift with string operations equivalent to Python.\nSwiftyPyString is a string extension for Swift.\nThis library provide Python compliant String operation methods.",
"homepage": "https://github.com/ChanTsune/SwiftyPyString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "ChanTsune",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ChanTsune/SwiftyPyString.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.{swift}",
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}