blob: 3ca712cdde8c1b430c71d66a672c5c473bb21d74 [file] [log] [blame]
{
"name": "PLSelectView",
"version": "0.1.0",
"summary": "Simple select style input view for UITextField",
"homepage": "https://github.com/PitchLabsAsh/PLSelectView",
"license": "MIT",
"authors": {
"Ash Thwaites": "ash@trypitch.com"
},
"source": {
"git": "https://github.com/PitchLabsAsh/PLSelectView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PLSelectView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PureLayout": [
]
}
}