blob: 1a724f123cbe86cd0eeb427cc647c9d9bf14b1ae [file] [log] [blame]
{
"name": "WolfLocale",
"version": "2.0.0",
"summary": "Swift conveniences for working with locales (particularly localized strings) in iOS and macOS.",
"homepage": "https://github.com/wolfmcnally/WolfLocale",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfLocale.git",
"tag": "2.0.0"
},
"source_files": "WolfLocale/Classes/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfLocale",
"dependencies": {
"ExtensibleEnumeratedName": [
],
"WolfLog": [
],
"WolfStrings": [
]
}
}