[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / f / 3 / CurrencyText / 2.0.6 / CurrencyText.podspec.json
blob00ce1ec5304c3f657892793e14655fd2a5edd275
2   "name": "CurrencyText",
3   "version": "2.0.6",
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.0.6"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "source_files": "Sources/**/*.swift",
22   "swift_version": "5.0",
23   "subspecs": [
24     {
25       "name": "Formatter",
26       "requires_arc": true,
27       "source_files": "Sources/Formatter"
28     }
29   ]