blob: 5c24b5495f639dae548f26662158e0ddd22b3d53 [file] [log] [blame]
{
"name": "WolfWith",
"version": "2.0.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": "2.0.0"
},
"source_files": "Sources/WolfWith/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfWith"
}