| { |
| "name": "VRPicker", |
| "version": "4.1.0", |
| "summary": "A configurable picker for iOS apps written in Swift", |
| "description": "VRPicker is a configurable and simple horizontal picker for iOS apps written entirely in Swift.", |
| "homepage": "https://github.com/vrutberg/VRPicker", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Viktor Rutberg": "wishie@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/vrutberg/VRPicker.git", |
| "tag": "4.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "VRPicker/Classes/**/*", |
| "resources": "VRPicker/Resources/**/*", |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "4.0" |
| } |