2 "name": "secp256k1_ios",
4 "summary": "Reference sepc256k1 implementation as pod",
5 "description": "secp256k1 libraty portable pod",
6 "homepage": "https://github.com/shamatar/secp256k1_ios",
9 "Alex Vlasov": "alex.m.vlasov@gmail.com"
12 "git": "https://github.com/shamatar/secp256k1_ios.git",
15 "social_media_url": "https://twitter.com/shamatar",
16 "module_name": "secp256k1_ios",
21 "pod_target_xcconfig": {
22 "OTHER_CFLAGS": "-DHAVE_CONFIG_H=1",
23 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/secp256k1_ios/secp256k1_ios/\""
25 "private_header_files": "secp256k1_ios/*.h",
27 "secp256k1_ios/**/*.{h,c}",
29 "secp256k1_ios/**/*.h"
31 "public_header_files": [
32 "secp256k1_ios/include/secp256k1.h",
33 "secp256k1_ios/include/secp256k1_recovery.h",
34 "secp256k1_ios/include/secp256k1_ecdh.h"