blob: 6c059eac9e39a7c0b029feb51dd1308161bc32ff [file] [log] [blame]
{
"name": "TCPickerView",
"version": "0.2.6",
"summary": "Picker view popup with multiply rows selection written in Swift",
"description": "Picker view popup with ability to select multiply rows written in Swift",
"homepage": "https://github.com/ChernyshenkoTaras/TCPickerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Taras Chernyshenko": "taras.chernyshenko@gmail.com"
},
"source": {
"git": "https://github.com/ChernyshenkoTaras/TCPickerView.git",
"tag": "0.2.6"
},
"social_media_url": "https://twitter.com/@t_chernyshenko",
"platforms": {
"ios": "9.0"
},
"source_files": "TCPickerView/Source/Classes/**/*",
"ios": {
"resource_bundles": {
"TCPickerView": [
"TCPickerView/Source/Resources/**/*.{xcassets}"
]
}
}
}