blob: c4ad8e7c3d922e88541120bdf9e8ab4dac2e2dd0 [file] [log] [blame]
{
"name": "DirectSelect",
"version": "1.1.2",
"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.2"
},
"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"
}