blob: e2a9262711e5aff8fcf0f1283867c9343cfa3df3 [file] [log] [blame]
{
"name": "CountryKit",
"version": "2.0.1",
"license": "MIT",
"documentation_url": "http://www.alessandromarzoli.com/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/alemar11/CountryKit",
"authors": {
"Alessandro Marzoli": "me@alessandromarzoli.com"
},
"source": {
"git": "https://github.com/alemar11/CountryKit.git",
"tag": "2.0.1"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": [
"Sources/*.swift",
"Support/*.{h,m}"
],
"resources": "Sources/Flags.xcassets",
"swift_version": "5.0"
}