blob: bebb8853d6e65cff27023a351555ba390ff216ed [file] [log] [blame]
{
"name": "BSCountryViewController",
"version": "0.1.1",
"summary": "A standard view controller whose interface lets the user select a country or group of countries.",
"description": "Present a list of continents and countries and when a user select one of them be notified via a delegate protocol. The list is embeded in a UIViewController as UITableView with a UINavigationBar and Done button.",
"homepage": "https://github.com/Adobels/BSCountryViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Blazej SLEBODA": "contact@blazejsleboda.fr"
},
"source": {
"git": "https://github.com/Adobels/BSCountryViewController.git",
"tag": "0.1.1"
},
"swift_versions": "5.1",
"platforms": {
"ios": "9.0"
},
"source_files": "BSCountryViewController/Classes/**/*",
"swift_version": "5.1"
}