blob: a2e1233524993490f1a840474e7bd7a21224a57e [file] [log] [blame]
{
"name": "DirectSelect",
"version": "1.1.3",
"summary": "An ios implementation of Virgil Pana's DirectSelect",
"swift_versions": "5.0",
"description": "An ios implementation of Virgil Pana's DirectSelect. This library allows custom subviews as well as an intro view for coaching users on how to use it.",
"homepage": "https://github.com/Swasidhant/DirectSelect",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Swasidhant": "ssprofessional33@gmail.com"
},
"source": {
"git": "https://github.com/Swasidhant/DirectSelect.git",
"tag": "1.1.3"
},
"social_media_url": "https://twitter.com/Swasidhant7",
"platforms": {
"ios": "8.0"
},
"source_files": "DirectSelect/Classes/**/*",
"exclude_files": "DirectSelect/Classes/*.plist",
"resource_bundles": {
"DirectSelect": [
"DirectSelect/Assets/**/*.*"
]
},
"swift_version": "5.0"
}