blob: 08542e9be938a7a25e333cbd7e1ae6c833a765ac [file] [log] [blame]
{
"name": "UDatePicker",
"version": "0.1.1",
"authors": {
"4074": "fourzerosevenfour@gmail.com"
},
"homepage": "https://github.com/4074/UDatePicker.git",
"summary": "A date picker widget written in Swift which is lightweight and extensible.",
"source": {
"git": "https://github.com/4074/UDatePicker.git",
"tag": "0.1.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UDatePicker.swift",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit"
]
}
}