blob: 05c7c9f6d4230c77ec5cca42759d211f4a8def59 [file] [log] [blame]
{
"name": "TMROPickerView",
"version": "0.0.1",
"summary": "A simple UIPickerView subclass for iOS written in Swift",
"description": "A UIPickerView subclass that uses generics to select and display strings.",
"homepage": "https://github.com/TomorrowIdeas/TMROPickerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"benji": "benji@tomorrow.me"
},
"platforms": {
"ios": "11.2"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/TomorrowIdeas/TMROPickerView.git",
"tag": "0.0.1"
},
"source_files": "TMROPickerView/**/*.{h,m,swift}",
"swift_version": "4.2"
}