blob: 46f570e46d173751ad37dcbf78b055ca5698cd70 [file] [log] [blame]
{
"name": "BSCountryViewController",
"version": "0.1.0",
"summary": "Select a country or continent & get a region codes.",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BSCountryViewController/Classes/**/*"
}