[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 9 / 4 / CardScan / 1.0.4049 / CardScan.podspec.json
blob54d0d857ebf9fc6e03b13b0e3d94df2c148e8f0d
2   "name": "CardScan",
3   "version": "1.0.4049",
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.4049"
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       "resource_bundles": {
29         "CardScan": [
30           "CardScan/Assets/*.xcassets",
31           "CardScan/Assets/*.storyboard",
32           "CardScan/Assets/*.bin"
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/*.bin"
52         ]
53       },
54       "weak_frameworks": [
55         "AVKit",
56         "CoreML",
57         "VideoToolbox",
58         "Vision",
59         "UIKit",
60         "AVFoundation"
61       ],
62       "dependencies": {
63         "Stripe": [
65         ]
66       }
67     }
68   ]