blob: 52b0dc48555bbe74d7de64cf0891785cc3d4d6a1 [file] [log] [blame]
{
"name": "CreditCardRow",
"version": "1.0.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": "1.0.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": [
"~> 1.0"
]
}
}