[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 7 / CreditCardReader / 1.0.0 / CreditCardReader.podspec.json
blobcce342237e52de94b023d2f9b3f38913c3574029
2   "name": "CreditCardReader",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "11.0"
6   },
7   "swift_versions": "5.3",
8   "summary": "Extracts credit card information with the device's camera",
9   "description": "Customizable library for credit card information detection.",
10   "homepage": "https://github.com/rakutentech/iOS-CreditCardReader",
11   "license": "MIT",
12   "authors": {
13     "Kevin Wong": "kevin.a.wong@rakuten.com"
14   },
15   "source": {
16     "git": "https://github.com/rakutentech/iOS-CreditCardReader.git",
17     "tag": "1.0.0"
18   },
19   "subspecs": [
20     {
21       "name": "SwiftUI",
22       "source_files": [
23         "Sources/Model/*.swift",
24         "Sources/Views/*.swift",
25         "Sources/SwiftUI/*.swift"
26       ]
27     },
28     {
29       "name": "AltSwiftUI",
30       "source_files": [
31         "Sources/Model/*.swift",
32         "Sources/Views/*.swift",
33         "Sources/AltSwiftUI/*.swift"
34       ],
35       "dependencies": {
36         "AltSwiftUI": [
37           "~> 1.5"
38         ]
39       }
40     },
41     {
42       "name": "UIKit",
43       "source_files": [
44         "Sources/Model/*.swift",
45         "Sources/Views/*.swift",
46         "Sources/UIKit/*.swift"
47       ]
48     }
49   ],
50   "swift_version": "5.3"