[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / 1 / RTCreditCardInput / 1.0.9 / RTCreditCardInput.podspec.json
blob989ffe13ae9a47032360a19130ff8ca3542d32d6
2   "name": "RTCreditCardInput",
3   "version": "1.0.9",
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.9"
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   }