[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / f / 3 / CurrencyText / 2.1.0 / CurrencyText.podspec.json
blob170bfbb473db771adecdf429f01cf713f1f8bb31
2   "name": "CurrencyText",
3   "version": "2.1.0",
4   "summary": "Currency text formatter that fits your UITextField subclass.",
5   "homepage": "https://github.com/marinofelipe/CurrencyText",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Felipe Lefèvre Marino": "felipemarino91@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/marinofelipe/CurrencyText.git",
15     "tag": "2.1.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "source_files": "Sources/**/*.swift",
22   "subspecs": [
23     {
24       "name": "CurrencyFormatter",
25       "requires_arc": true,
26       "source_files": "Sources/Formatter"
27     },
28     {
29       "name": "CurrencyUITextField",
30       "requires_arc": true,
31       "source_files": "Sources/UITextFieldDelegate",
32       "dependencies": {
33         "CurrencyText/CurrencyFormatter": [
35         ]
36       }
37     }
38   ],
39   "swift_version": "5.0"