[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 3 / 2 / 9 / MMStripeCardScan / 1.1.0 / MMStripeCardScan.podspec.json
blob73b02b9744211b6e5a19b8fd41ee3f98f2ea2dc4
2   "name": "MMStripeCardScan",
3   "version": "1.1.0",
4   "summary": "Fork of StripeCardScan to support expiry dates",
5   "description": "Modified CardScanSheet and SimpleScanViewController to expect expiryMonth and expiryYear",
6   "homepage": "https://github.com/egarroMADE/MMStripeCardScan",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "egarroMADE": "esteban@mademediacorp.com"
13   },
14   "source": {
15     "git": "https://github.com/egarroMADE/MMStripeCardScan.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "requires_arc": true,
22   "source_files": "MMStripeCardScan/Classes/**/*",
23   "swift_versions": [
24     "5.0"
25   ],
26   "dependencies": {
27     "StripeCore": [
28       "22.8.0"
29     ]
30   },
31   "resource_bundles": {
32     "MMStripeCardScan": [
33       "MMStripeCardScan/Classes/Resources/**/*.{lproj,mlmodelc}"
34     ]
35   },
36   "frameworks": [
37     "UIKit",
38     "Foundation"
39   ],
40   "weak_frameworks": [
41     "AVKit",
42     "CoreML",
43     "VideoToolbox",
44     "Vision",
45     "AVFoundation"
46   ],
47   "swift_version": "5.0"