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