blob: 3ae47605e67af26fa8b999afca323570dbfbd934 [file] [log] [blame]
{
"name": "ItemPickerView",
"version": "1.0",
"summary": "Swipe horizontally to select through segmented items.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/theodore-gallao/ItemPickerView",
"authors": {
"Theodore Gallao": "theodore.gallao@gmail.com"
},
"source": {
"git": "https://github.com/theodore-gallao/ItemPickerView.git",
"tag": "1.0"
},
"source_files": "ItemPickerView/*.swift",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"ios": {
"frameworks": "UIKit"
}
}