blob: 0c30183c601e3e2c75f73892b7a21ed71e58d0dd [file] [log] [blame]
{
"name": "DatePicker",
"version": "1.0.0",
"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": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DatePicker/Classes/**/*.{swift}",
"resource_bundles": {
"DatePicker": [
"DatePicker/Classes/**/*.{storyboard,xib}"
]
},
"dependencies": {
"Extended": [
"~> 1.0.4"
]
}
}