blob: 5f3e5bd5ee50862a336a6fbb9c10ae82981c833e [file] [log] [blame]
{
"name": "CreditCardViewSwift",
"version": "1.0.3",
"summary": "This is a framework that lets you add a fully functional credit/debit card view",
"description": "A fully functional Credit/Debit card view that returns validated card data for use. Import this framework in your code, add it as a subview and you are ready to go!",
"homepage": "https://github.com/osamaazmat/CreditCardView",
"license": "MIT",
"authors": {
"Osama Azmat Khan": "usama.azmat@hotmail.com"
},
"social_media_url": "https://twitter.com/osamaazmat",
"swift_versions": "5.0",
"platforms": {
"ios": "13.4"
},
"source": {
"git": "https://github.com/osamaazmat/CreditCardViewSwift.git",
"tag": "1.0.3"
},
"source_files": "CreditCardViewSwift/**/*",
"exclude_files": [
"CreditCardViewSwift/**/*.xcuserstate",
"CreditCardViewSwift/**/*.plist"
],
"dependencies": {
"SkyFloatingLabelTextField": [
"~> 3.0"
]
},
"swift_version": "5.0"
}