blob: 82d27160f02c83b7a4a2411eb66126710b76d53c [file] [log] [blame]
{
"name": "CountrySelectorView",
"version": "0.1.0",
"summary": "CountrySelectorView lets users pick a country from a list.",
"description": "CountrySelectorView lets users pick a country. You can show it either as a list where you can search or a picker view.",
"homepage": "https://github.com/Isuru-Nanayakkara/CountrySelectorView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Isuru-Nanayakkara": "isuru.nan@gmail.com"
},
"source": {
"git": "https://github.com/Isuru-Nanayakkara/CountrySelectorView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "CountrySelectorView/Classes/**/*",
"resource_bundles": {
"CountrySelectorView": [
"CountrySelectorView/Assets/countries.json"
]
},
"frameworks": "UIKit",
"swift_versions": "5.0",
"swift_version": "5.0"
}