blob: b546c6c5e151e382f538a36af1007accab80cc04 [file] [log] [blame]
{
"name": "WolfWith",
"version": "1.0.3",
"summary": "A Swift implementation of the With-Operator.",
"homepage": "https://github.com/wolfmcnally/WolfWith",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfWith.git",
"tag": "1.0.3"
},
"source_files": "Sources/WolfWith/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfWith"
}