[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / a / CreditCardEntryView / 0.0.6 / CreditCardEntryView.podspec.json
bloba1e2666fa5a854dc8aa9d9790a791b1412ad6ae6
2   "name": "CreditCardEntryView",
3   "version": "0.0.6",
4   "summary": "A customizable view for entry of credit card information that uses Stripe for validation.",
5   "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.",
6   "homepage": "https://github.com/campierce88/CreditCardEntryView.git",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Cameron Pierce",
12   "social_media_url": "http://twitter.com/campierce88",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/campierce88/CreditCardEntryView.git",
18     "tag": "0.0.6"
19   },
20   "source_files": "CreditCardEntryView/**/*.{swift}",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "Stripe": [
25     ]
26   },
27   "resource_bundles": {
28     "CreditCardEntryView": [
29       "CreditCardEntryView/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,imageset}"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"