blob: c31b1b3d3eb1c8cb37635c59818a9338f618df9e [file] [log] [blame]
{
"name": "DuctTape",
"version": "0.1.0",
"summary": "KeyPath dynamicMemberLookup based syntax sugar for Swift.",
"homepage": "https://github.com/marty-suzuki/DuctTape",
"screenshots": [
"https://pbs.twimg.com/media/EF0NJ3QUUAAU3uB?format=png&name=small"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"marty-suzuki": "s1180183@gmail.com"
},
"source": {
"git": "https://github.com/marty-suzuki/DuctTape.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/marty_suzuki",
"swift_versions": "5.1",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "5.1"
}