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