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