blob: 2a81ce430a1ba4e0e2e58de15ad8f3d726e8c9f7 [file] [log] [blame]
{
"name": "SKControls",
"version": "1.0.1",
"summary": "Custom controls to turn UITextfields into item-selection.",
"description": "Custom controls to turn UITextfields into item-selection with picker and date-selections.",
"homepage": "http://sagarrkothari.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sagar Kothari": "sag333ar@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/sag333ar/SKControls.git",
"tag": "1.0.1"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Controls",
"source_files": "Controls/*.{swift}",
"resource_bundles": {
"Controls": [
"Controls/*.{xib}"
]
}
}
]
}