blob: 7647a6bf1d060f2ecb5cca7712453362c34de132 [file] [log] [blame]
{
"name": "AGCountryCode",
"version": "0.0.1",
"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.1"
},
"source_files": [
"Classes",
"AGCountryCode/**/*.{swift}"
],
"frameworks": "UIKit"
}