blob: 9a46d4018cb1edc7e3bb8b617fbca4d5add60cbb [file] [log] [blame]
{
"name": "CurrencyText",
"version": "2.1.2",
"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.1.2"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*.swift",
"subspecs": [
{
"name": "CurrencyFormatter",
"requires_arc": true,
"source_files": "Sources/Formatter"
},
{
"name": "CurrencyUITextField",
"requires_arc": true,
"source_files": "Sources/UITextFieldDelegate",
"dependencies": {
"CurrencyText/CurrencyFormatter": [
]
}
}
],
"swift_version": "5.0"
}