blob: ff4657979590215e10d81521ca79a3a906d7e6e7 [file] [log] [blame]
{
"name": "SwiftWings",
"version": "1.0.5",
"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.5"
},
"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"
}