[Add] AudioLib 0.0.2
[CocoaPods.git] / Specs / 3 / 4 / 1 / RTCreditCardInput / 1.0.10 / RTCreditCardInput.podspec.json
blobd1a9e53f07ec5c37bf78a40797d6413160c3ffd5
2   "name": "RTCreditCardInput",
3   "version": "1.0.10",
4   "summary": "A helper library to add card payment into your app",
5   "description": "It is a library to add card payment ability into your application. It is used for convenient handling card input form, format and validate it. \nYou can provide your own validation and error decoration logic.\nSee the embedded example in example folder.",
6   "homepage": "https://bitbucket.org/rentateam/rtcreditcard",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RentaTeam": "info@rentateam.ru"
13   },
14   "source": {
15     "git": "https://bitbucket.org/rentateam/rtcreditcard.git",
16     "tag": "1.0.10"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "platforms": {
22     "ios": "9.0"
23   },
24   "source_files": "RTCreditCardInput/Classes/**/*",
25   "dependencies": {
26     "CHRTextFieldFormatter": [
27       "~> 1.0.1"
28     ]
29   }