blob: c369f49205be17a9b9e254b59bff344af9636f23 [file] [log] [blame]
{
"name": "RTCreditCardInput",
"version": "1.0.8",
"summary": "A helper library to add card payment into your app",
"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.",
"homepage": "https://bitbucket.org/rentateam/rtcreditcard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RentaTeam": "info@rentateam.ru"
},
"source": {
"git": "https://bitbucket.org/rentateam/rtcreditcard.git",
"tag": "1.0.8"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RTCreditCardInput/Classes/**/*",
"dependencies": {
"CHRTextFieldFormatter": [
"~> 1.0.1"
]
}
}