blob: ce8b7ae27ba3d5196270ee69d2790f17ae648e9f [file] [log] [blame]
{
"name": "WolfStrings",
"version": "1.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.0"
},
"source_files": "WolfStrings/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfStrings",
"dependencies": {
"WolfPipe": [
],
"WolfNumerics": [
],
"ExtensibleEnumeratedName": [
]
}
}