[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 1 / 9 / 4 / CardScan / 1.0.4044 / CardScan.podspec.json
blob572f89f6528a265460f7973efc01f141ad53aa29
2   "name": "CardScan",
3   "version": "1.0.4044",
4   "summary": "Scan credit cards",
5   "description": "CardScan is a library for scanning credit cards.",
6   "homepage": "https://cardscan.io",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sam King": "kingst@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/getbouncer/cardscan-ios.git",
16     "tag": "1.0.4044"
17   },
18   "social_media_url": "https://twitter.com/stk",
19   "default_subspecs": "Core",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "swift_versions": "4.2",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "CardScan/Classes/**/*",
28       "resources": [
29         "CardScan/Assets/*.xcassets",
30         "CardScan/Assets/*.storyboard"
31       ],
32       "weak_frameworks": [
33         "AVKit",
34         "CoreML",
35         "VideoToolbox",
36         "Vision",
37         "UIKit",
38         "AVFoundation"
39       ]
40     },
41     {
42       "name": "Stripe",
43       "source_files": "CardScan/Classes/**/*",
44       "resources": [
45         "CardScan/Assets/*.xcassets",
46         "CardScan/Assets/*.storyboard"
47       ],
48       "weak_frameworks": [
49         "AVKit",
50         "CoreML",
51         "VideoToolbox",
52         "Vision",
53         "UIKit",
54         "AVFoundation"
55       ],
56       "dependencies": {
57         "Stripe": [
59         ]
60       }
61     }
62   ]