blob: efef7377f2880b8315fd0751e3f2aa7b518ed2b8 [file] [log] [blame]
{
"name": "DatePicker",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DatePicker/Classes/**/*.{swift}",
"resource_bundles": {
"DatePicker": [
"DatePicker/Classes/**/*.{storyboard,xib}"
]
}
}