blob: a7c49e4f5a6bd50802475947de2a96e08503f3c8 [file] [log] [blame]
{
"name": "With",
"version": "1.1.0",
"swift_versions": [
"5.0"
],
"authors": {
"capnslipp": "With@capnslipp.com"
},
"social_media_url": "https://twitter.com/capnslipp",
"license": {
"type": "Public Domain",
"file": "LICENSE"
},
"homepage": "https://github.com/capnslipp/With",
"source": {
"git": "https://github.com/capnslipp/With.git",
"tag": "podspec/1.1.0"
},
"summary": "A Swift µ-Library Providing a with(…) { … } Statement",
"description": "With is a Swift micro-library that provides a `with` statement, similar to what's built into Python, JavaScript, Visual Basic, Object Pascal, Delphi, C#, & Kotlin.",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Sources/**/*",
"swift_version": "5.0"
}