blob: e390db6ce344a2b26ad60ce39e206770325c2119 [file] [log] [blame]
{
"name": "SwiftFlags",
"version": "1.1.1",
"summary": "Simple Swift library to get emoji flag from a country name or country code (ISO 3166-1).",
"homepage": "https://github.com/BubiDevs/SwiftFlags.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Busi": "busi.andrea@gmail.com"
},
"social_media_url": "https://twitter.com/bubidevs",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/BubiDevs/SwiftFlags.git",
"tag": "1.1.1"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_versions": [
"5.0",
"5.1"
],
"swift_version": "5.1"
}