blob: cc49536031c346c3da82258b590a939913ea77bb [file] [log] [blame]
{
"name": "TRCurrencyTextField",
"version": "0.1.1",
"summary": "iOS text field to input formatted currency value",
"description": "The goal of the component is to make easy to input currency formatted text based on currency code, country code or locale.",
"homepage": "https://github.com/thiagoross/TRCurrencyTextField",
"license": "MIT",
"authors": {
"Thiago Rossener": "thiago@rossener.com"
},
"source": {
"git": "https://github.com/thiagoross/TRCurrencyTextField.git",
"tag": "v0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TRCurrencyTextField": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}