2 "name": "CurrencyText",
4 "summary": "Currency text formatter for UIKit and SwiftUI text fields.",
5 "description": "Provides a CurrencyText formatter (CurrencyFormatter sub-spec).\n\nIt can be optionally used alongside `CurrencyUITextField` a custom\nUITextFieldDelegate to format UITextField inputs in UIKit.\n(CurrencyUITextField sub-spec).\n\nOr used in a `CurrencyTextField` for the same functionality in SwiftUI.\n(CurrencyTextField sub-spec).",
6 "homepage": "https://github.com/marinofelipe/CurrencyText",
12 "Felipe Lefèvre Marino": "felipemarino91@gmail.com"
15 "git": "https://github.com/marinofelipe/CurrencyText.git",
21 "swift_versions": "5.3",
22 "source_files": "Sources/**/*.swift",
23 "exclude_files": "Sources/CurrencyTextFieldTestSupport/*.swift",
26 "name": "CurrencyFormatter",
28 "source_files": "Sources/Formatter"
31 "name": "CurrencyUITextField",
33 "source_files": "Sources/UITextFieldDelegate",
35 "CurrencyText/CurrencyFormatter": [
41 "name": "CurrencyTextField",
43 "source_files": "Sources/SwiftUI",
45 "CurrencyText/CurrencyFormatter": [
48 "CurrencyText/CurrencyUITextField": [
54 "swift_version": "5.3"