blob: 3361953c6b52e37de0e4462f9f5dcdebc3a51aca [file] [log] [blame]
{
"name": "WolfStrings",
"version": "1.3.0",
"summary": "A library of conveniences for working with Swift strings and NSAttributed strings.",
"homepage": "https://github.com/wolfmcnally/WolfStrings",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfStrings.git",
"tag": "1.3.0"
},
"source_files": "Sources/WolfStrings/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfStrings",
"dependencies": {
"WolfPipe": [
],
"WolfNumerics": [
],
"ExtensibleEnumeratedName": [
],
"WolfWith": [
],
"WolfOSBridge": [
]
}
}