blob: 38baff18fe7ad86b9b3e435db1ed50027548eaeb [file] [log] [blame]
{
"name": "CurrencyText",
"version": "2.0.3",
"summary": "Currency text formatter that fits your UITextField subclass.",
"homepage": "https://github.com/marinofelipe/CurrencyText",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Felipe Lefèvre Marino": "felipemarino91@gmail.com"
},
"source": {
"git": "https://github.com/marinofelipe/CurrencyText.git",
"tag": "2.0.3"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "Sources/**/*.swift",
"subspecs": [
{
"name": "Formatter",
"requires_arc": true,
"source_files": "Sources/Formatter"
}
]
}