| { |
| "name": "UICurrencyField", |
| "version": "0.0.2", |
| "summary": "The missing text field for currencies", |
| "description": "UITextfield for amount/price entry. Customizable style for integer, decimal part of the amount. Currency symbol indicator and formatting currency with given locale.\nTODO: Add long description of the pod here.", |
| "homepage": "https://github.com/thomas-sivilay/UICurrencyField", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "thomassivilay": "thomas.sivilay@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/thomas-sivilay/UICurrencyField.git", |
| "tag": "0.0.2" |
| }, |
| "social_media_url": "https://twitter.com/thomassivilay", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "UICurrencyField/Classes/**/*", |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "4.0" |
| } |