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