blob: fcb80eee21eee5e812870c66f488a7b1d9931d62 [file] [log] [blame]
{
"name": "DatePicker",
"version": "0.1.4",
"summary": "Date Picker for iOS",
"description": "\"A simple, elegant Date Picker library for iOS\"",
"homepage": "https://github.com/FreshworksStudio/DatePicker.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"amirshayegh": "shayegh@me.com"
},
"source": {
"git": "https://github.com/FreshworksStudio/DatePicker.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DatePicker/Classes/**/*.{swift}",
"resource_bundles": {
"DatePicker": [
"DatePicker/Classes/**/*.{storyboard,xib}"
]
}
}