[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / f / 3 / CurrencyText / 2.2.0 / CurrencyText.podspec.json
blob87142ac1c0b5b9a49bb28e2c251bd66948ceed0b
2   "name": "CurrencyText",
3   "version": "2.2.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Felipe Lefèvre Marino": "felipemarino91@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/marinofelipe/CurrencyText.git",
16     "tag": "2.2.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.3",
22   "source_files": "Sources/**/*.swift",
23   "exclude_files": "Sources/CurrencyTextFieldTestSupport/*.swift",
24   "subspecs": [
25     {
26       "name": "CurrencyFormatter",
27       "requires_arc": true,
28       "source_files": "Sources/Formatter"
29     },
30     {
31       "name": "CurrencyUITextField",
32       "requires_arc": true,
33       "source_files": "Sources/UITextFieldDelegate",
34       "dependencies": {
35         "CurrencyText/CurrencyFormatter": [
37         ]
38       }
39     },
40     {
41       "name": "CurrencyTextField",
42       "requires_arc": true,
43       "source_files": "Sources/SwiftUI",
44       "dependencies": {
45         "CurrencyText/CurrencyFormatter": [
47         ],
48         "CurrencyText/CurrencyUITextField": [
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.3"