blob: c9bfc790fa0dadad7539ef05ce51f18e1dea9b70 [file] [log] [blame]
{
"name": "SwiftCountrySelector",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftCountrySelector/Classes/**/*",
"resources": "Assets/*.png"
}