blob: 64c0fe85c486cacc3dea2bb283eae13688fc5d74 [file] [log] [blame]
{
"name": "CreditCardRow",
"version": "3.1.0",
"summary": "An Eureka row that allows the user to input a credit card number with optional CVC and expiration date.",
"homepage": "https://github.com/EurekaCommunity/CreditCardRow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xmartlabs SRL": "swift@xmartlabs.com"
},
"source": {
"git": "https://github.com/EurekaCommunity/CreditCardRow.git",
"tag": "3.1.0"
},
"social_media_url": "https://twitter.com/xmartlabs",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
]
},
"resource_bundles": {
"CreditCardRow": [
"Sources/CreditCardCell.xib"
]
},
"dependencies": {
"Eureka": [
"~> 4.0"
]
}
}