blob: 3e17e1c4cb1e4abf7cf92a166d09f205db0e6e5b [file] [log] [blame]
{
"name": "CreditCardEntryView",
"version": "0.0.1",
"summary": "A customizable view for entry of credit card information that uses Stripe for validation.",
"description": "This pod creates a IBDesignable view for the entry and vadiation of credit card information. This pod depends on Stripe. You can customize the appearance of the entry fields.",
"homepage": "https://github.com/campierce88/CreditCardEntryView.git",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Cameron Pierce",
"social_media_url": "http://twitter.com/campierce88",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/campierce88/CreditCardEntryView.git",
"tag": "0.0.1"
},
"source_files": "CreditCardEntryView/**/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"Stripe": [
]
},
"resources": "CreditCardEntryView/**/*.{png,jpeg,jpg,storyboard,xib}",
"pushed_with_swift_version": "3.0"
}