[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 9 / 5 / GLSecp256k1 / 1.0.1 / GLSecp256k1.podspec.json
blob5210e601759b13d22259b37bc0b0a981467b3ca9
2   "name": "GLSecp256k1",
3   "homepage": "https://github.com/liujunliuhong/secp256k1.git",
4   "summary": "secp256k1, support pod",
5   "description": "secp256k1, support pod.",
6   "authors": {
7     "liujunliuhong": "1035841713@qq.com"
8   },
9   "version": "1.0.1",
10   "source": {
11     "git": "https://github.com/liujunliuhong/secp256k1.git",
12     "tag": "1.0.1"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "module_name": "GLSecp256k1",
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "static_framework": true,
25   "vendored_libraries": "Sources/*.a",
26   "source_files": [
27     "Sources/*.h",
28     "Sources/*.m"
29   ],
30   "public_header_files": "Sources/*.h",
31   "pod_target_xcconfig": {
32     "VALID_ARCHS": "x86_64 armv7 arm64",
33     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
34   },
35   "swift_version": "5.0"