[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 1 / 8 / NervosPod / 0.1.2 / NervosPod.podspec.json
blobd12d964ae260103413f80456005596812aeddb44
2   "name": "NervosPod",
3   "version": "0.1.2",
4   "summary": "Swift SDK for Nervos CKB",
5   "description": "Swift SDK for Nervos CKB.",
6   "homepage": "https://github.com/lishuailibertine/NervosPod",
7   "license": "MIT",
8   "authors": {
9     "lishuailibertine": "lishuai19@yeah.net"
10   },
11   "source": {
12     "git": "https://github.com/lishuailibertine/NervosPod.git",
13     "tag": "v0.1.2"
14   },
15   "swift_versions": "5.1",
16   "module_name": "NervosPod",
17   "platforms": {
18     "ios": "11.0"
19   },
20   "source_files": "Source/**/*.{h,swift}",
21   "public_header_files": "Source/**/*.{h}",
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES"
24   },
25   "dependencies": {
26     "CryptoSwift": [
27       "~> 1.2.0"
28     ],
29     "Sodium": [
30       "~> 0.8.0"
31     ],
32     "secp256k1.swift": [
33       "~> 0.1.4"
34     ]
35   },
36   "swift_version": "5.1"