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