[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 9 / 4 / CardScan / 1.0.5020 / CardScan.podspec.json
blob59808b5562b3ad01baed8d24d48f6a5a291268ea
2   "name": "CardScan",
3   "version": "1.0.5020",
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.5020"
17   },
18   "default_subspecs": "Core",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "4.2",
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         ]
33       },
34       "weak_frameworks": [
35         "AVKit",
36         "CoreML",
37         "VideoToolbox",
38         "Vision",
39         "UIKit",
40         "AVFoundation"
41       ]
42     },
43     {
44       "name": "Stripe",
45       "source_files": "CardScan/Classes/**/*",
46       "resource_bundles": {
47         "CardScan": [
48           "CardScan/Assets/*.xcassets",
49           "CardScan/Assets/*.storyboard",
50           "CardScan/Assets/*.mlmodelc"
51         ]
52       },
53       "weak_frameworks": [
54         "AVKit",
55         "CoreML",
56         "VideoToolbox",
57         "Vision",
58         "UIKit",
59         "AVFoundation"
60       ],
61       "dependencies": {
62         "Stripe": [
64         ]
65       }
66     }
67   ],
68   "swift_version": "4.2"