blob: cef38ace5b4df8b72266a5caed2f7e775da3a68a [file] [log] [blame]
{
"name": "DirectSelect",
"version": "1.0.1",
"summary": "An ios implementation of Virgil Pana's DirectSelect",
"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.0.1"
},
"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": "4.0"
}