blob: b0a56008e041696472fe045d9bbc001f007aedb0 [file] [log] [blame]
{
"name": "SwiftWings",
"version": "1.0.1",
"swift_versions": "5.0",
"summary": "A collection of Swift extensions for all platforms",
"description": "It offers different kind of pickers for picking infomations about countries etc. You can access vector images of flags. It support 12 kinds of languages.",
"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.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/**/*.swift",
"ios": {
"frameworks": "Foundation"
},
"osx": {
"frameworks": "Foundation"
},
"swift_version": "5.0"
}