[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 1 / 9 / 4 / CardScan / 1.0.5049 / CardScan.podspec.json
blobc7620a933a06d8a45b2de19589773b8bdf5e128b
2   "name": "CardScan",
3   "version": "1.0.5049",
4   "summary": "Scan credit cards",
5   "description": "CardScan is a library for scanning credit cards.",
6   "homepage": "https://cardscan.io",
7   "license": {
8     "type": "Custom",
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.5049"
17   },
18   "default_subspecs": "Core",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": "5.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "CardScan/Classes/**/*",
27       "resource_bundles": {
28         "CardScan": [
29           "CardScan/Assets/*.xcassets",
30           "CardScan/Assets/*.storyboard",
31           "CardScan/Assets/*.mlmodelc",
32           "CardScan/Assets/Config"
33         ]
34       },
35       "weak_frameworks": [
36         "AVKit",
37         "CoreML",
38         "VideoToolbox",
39         "Vision",
40         "UIKit",
41         "AVFoundation"
42       ]
43     },
44     {
45       "name": "Stripe",
46       "source_files": "CardScan/Classes/**/*",
47       "resource_bundles": {
48         "CardScan": [
49           "CardScan/Assets/*.xcassets",
50           "CardScan/Assets/*.storyboard",
51           "CardScan/Assets/*.mlmodelc",
52           "CardScan/Assets/Config"
53         ]
54       },
55       "weak_frameworks": [
56         "AVKit",
57         "CoreML",
58         "VideoToolbox",
59         "Vision",
60         "UIKit",
61         "AVFoundation"
62       ],
63       "dependencies": {
64         "Stripe": [
66         ]
67       }
68     }
69   ],
70   "swift_version": "5.0"