blob: b0ba95f2d2318a0fd4028d727179a44a2b7c55ed [file] [log] [blame]
{
"name": "WolfWith",
"version": "1.0",
"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"
},
"source_files": "WolfWith/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfWith"
}