[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 2 / 9 / TSCurrencyTextField / 0.1.0 / TSCurrencyTextField.podspec.json
blobc61a7f9042f5ac080f4fe737707db02c30a72497
2   "name": "TSCurrencyTextField",
3   "version": "0.1.0",
4   "summary": "A UITextField subclass for inputing currency amounts.",
5   "homepage": "https://github.com/TomSwift/TSCurrencyTextField",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Nick Hodapp": "nicholashodapp@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/TomSwift/TSCurrencyTextField.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "6.1"
19   },
20   "requires_arc": true,
21   "screenshots": [
22     "https://raw.github.com/TomSwift/TSCurrencyTextField/master/ExampleImages/image1.png"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "TSCurrencyTextField/TSCurrencyTextField*"
28     }
29   ]