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