blob: f6de249eafffda10d15feeb580962a7e55745249 [file] [log] [blame]
{
"name": "CountryKit",
"version": "1.1.0",
"license": "MIT",
"documentation_url": "http://www.tinrobots.org/CountryKit",
"summary": "A μlibrary in Swift containing all the countries with their localized name, ISO code, phone code, country code, flag image and emoji.",
"homepage": "https://github.com/tinrobots/CountryKit",
"authors": {
"Alessandro Marzoli": "me@alessandromarzoli.com"
},
"source": {
"git": "https://github.com/tinrobots/CountryKit.git",
"tag": "1.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": [
"Sources/*.swift",
"Sources/*.{h,m}"
],
"resources": [
"Sources/Flags.xcassets",
"Sources/Countries.bundle"
],
"pushed_with_swift_version": "4.0"
}