blob: 3f7fee39838c7684d012448d8ec438fb71d377cc [file] [log] [blame]
{
"name": "FreshDate",
"version": "0.1.0",
"summary": "Date picker library for iOS",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/amirshayegh/FreshDate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"amirshayegh": "shayegh@me.com"
},
"source": {
"git": "https://github.com/amirshayegh/FreshDate.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FreshDate/Classes/**/*.{swift}",
"resource_bundles": {
"FreshDate": [
"FreshDate/Classes/**/*.{storyboard,xib}"
]
}
}