blob: 6fc875324d4ef1a8bea0245ff56761d347398093 [file] [log] [blame]
{
"name": "AGCountryCode",
"version": "0.0.4",
"summary": "A custom UIPickerView to provide to the user a list of countries.",
"description": "AGCountryCode: A custom UIPickerView to provide to the user a list of countries.",
"homepage": "https://github.com/ToGohi/AGCountryCode.git",
"license": {
"type": "MIT",
"file": "AGCountryCode/LICENSE"
},
"authors": {
"Antonio González": "togohi@gmail.com"
},
"social_media_url": "http://twitter.com/togohi",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/ToGohi/AGCountryCode.git",
"tag": "0.0.4"
},
"source_files": [
"Classes",
"AGCountryCode/**/*.{swift}"
],
"resources": [
"AGCountryCode/flags/*.{png}",
"AGCountryCode/*.{json}",
"AGCountryCode/*.{xib}"
],
"frameworks": "UIKit"
}