blob: 5543c4e2467205f10bd6a4a37017d20f4dc14438 [file] [log] [blame]
{
"name": "SwiftCountrySelector",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftCountrySelector/Classes/**/*",
"resource_bundles": {
"SwiftCountrySelector": [
"Flags.bundle"
]
}
}