blob: 2be90bde14deda5cd9e4b8c4363527e09f8d8b63 [file] [log] [blame]
{
"name": "CreditCardEntryView",
"version": "0.0.5",
"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.5"
},
"source_files": "CreditCardEntryView/**/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"Stripe": [
]
},
"resources": "CreditCardEntryView/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,imageset}",
"pushed_with_swift_version": "3.0"
}