blob: 2068f78eba0612acbeef256a94a98422c1a3ad0e [file] [log] [blame]
{
"name": "CountryKit",
"version": "1.3.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.3.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": [
"Sources/*.swift",
"Support/*.{h,m}"
],
"resources": "Sources/Flags.xcassets"
}