blob: 00ce1ec5304c3f657892793e14655fd2a5edd275 [file] [log] [blame]
{
"name": "CurrencyText",
"version": "2.0.6",
"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.6"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*.swift",
"swift_version": "5.0",
"subspecs": [
{
"name": "Formatter",
"requires_arc": true,
"source_files": "Sources/Formatter"
}
]
}