[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 4 / 1 / RTCreditCardInput / 1.0.4 / RTCreditCardInput.podspec.json
blobf4979fd8fae3d94cc32422908b70196e751e378a
2   "name": "RTCreditCardInput",
3   "version": "1.0.4",
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.4"
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   }