blob: f9a42a3ccebe67cc20c93a2d66adcf5b72725fa3 [file] [log] [blame]
{
"name": "SwiftCountrySelector",
"version": "0.1.2",
"summary": "A pure Swift 3.0 implementation of a country picker.",
"description": "A longer description that I will create later on but for now this will pass validation.",
"homepage": "https://github.com/luskin/SwiftCountrySelector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gregg Luskin": "gdluskin@gmail.com"
},
"source": {
"git": "https://github.com/luskin/SwiftCountrySelector.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftCountrySelector/Classes/**/*",
"resource_bundles": {
"SwiftCountrySelector": [
"Flags.bundle"
]
}
}