[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / 1 / RTCreditCardInput / 1.0.11 / RTCreditCardInput.podspec.json
blobd895e91e8fcaabc9ae80d297fa2cd35882a5ad12
2   "name": "RTCreditCardInput",
3   "version": "1.0.11",
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://github.com/Rentateam/rtcreditcard",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RentaTeam": "info@rentateam.ru"
13   },
14   "source": {
15     "git": "https://github.com/Rentateam/rtcreditcard.git",
16     "tag": "1.0.11"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": "RTCreditCardInput/Classes/**/*",
23   "dependencies": {
24     "CHRTextFieldFormatter": [
25       "~> 1.0.1"
26     ]
27   },
28   "swift_version": "4.0"