blob: 82d9e6f85432a4c6de0f15977824ac17e5f4f96d [file] [log] [blame]
{
"name": "UDatePicker",
"version": "0.1.2",
"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.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UDatePicker.swift",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit"
]
}
}