blob: 05c43d82d9599635c8c9645d4a98b1a5f9e75567 [file] [log] [blame]
{
"name": "UGDropDown",
"version": "0.1",
"summary": "A simple drop down functionality implemented using UITableView in Swift",
"homepage": "https://github.com/kerry/UGDropDown",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kerry": "me@prateekgrover.com"
},
"social_media_url": "http://facebook.com/grover.kerry",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kerry/UGDropDown.git",
"tag": "0.1"
},
"source_files": "Sources/**/*.{swift,h,m}",
"requires_arc": true,
"swift_version": "3.2"
}