blob: 3e3dccb3e45ddb5ff8f8fe8bc61fd63abbb82fa8 [file] [log] [blame]
{
"name": "SwiftWings",
"version": "1.0.8",
"summary": "A collection of Swift extensions for all platforms",
"homepage": "https://github.com/leacode/SwiftWings",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leacode": "contact@leacode.dev"
},
"source": {
"git": "https://github.com/leacode/SwiftWings.git",
"tag": "1.0.8"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_version": "5.1"
}