[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 7 / 9 / CreditCardRow / 3.1.0 / CreditCardRow.podspec.json
blob64c0fe85c486cacc3dea2bb283eae13688fc5d74
2   "name": "CreditCardRow",
3   "version": "3.1.0",
4   "summary": "An Eureka row that allows the user to input a credit card number with optional CVC and expiration date.",
5   "homepage": "https://github.com/EurekaCommunity/CreditCardRow",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Xmartlabs SRL": "swift@xmartlabs.com"
12   },
13   "source": {
14     "git": "https://github.com/EurekaCommunity/CreditCardRow.git",
15     "tag": "3.1.0"
16   },
17   "social_media_url": "https://twitter.com/xmartlabs",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": "Sources/**/*.swift",
24     "frameworks": [
25       "UIKit",
26       "Foundation"
27     ]
28   },
29   "resource_bundles": {
30     "CreditCardRow": [
31       "Sources/CreditCardCell.xib"
32     ]
33   },
34   "dependencies": {
35     "Eureka": [
36       "~> 4.0"
37     ]
38   }