| { |
| "name": "VENCalculatorInputView", |
| "version": "1.1.1", |
| "summary": "Venmo-style calculator keyboard for iOS", |
| "description": " A pretty calculator keyboard for iOS. Use it as a standalone keyboard or use our VENCalculatorInputTextField.\n", |
| "homepage": "https://github.com/venmo/VENCalculatorInputView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ayaka Nonaka": "ayaka@venmo.com" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/venmo/VENCalculatorInputView.git", |
| "tag": "v1.1.1" |
| }, |
| "source_files": "VENCalculatorInputView/**/*.{h,m}", |
| "resources": [ |
| "VENCalculatorInputView/**/*.{xib,png}" |
| ], |
| "requires_arc": true |
| } |