[Delete] FaceCoreBasicNightly 6.3.1040
[CocoaPods.git] / Specs / 2 / a / 6 / TRCurrencyTextField / 0.1.1 / TRCurrencyTextField.podspec.json
blobcc49536031c346c3da82258b590a939913ea77bb
2   "name": "TRCurrencyTextField",
3   "version": "0.1.1",
4   "summary": "iOS text field to input formatted currency value",
5   "description": "The goal of the component is to make easy to input currency formatted text based on currency code, country code or locale.",
6   "homepage": "https://github.com/thiagoross/TRCurrencyTextField",
7   "license": "MIT",
8   "authors": {
9     "Thiago Rossener": "thiago@rossener.com"
10   },
11   "source": {
12     "git": "https://github.com/thiagoross/TRCurrencyTextField.git",
13     "tag": "v0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TRCurrencyTextField": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ]