blob: 4023f70f2206dd80b05704e46101b381b5ef88f8 [file] [log] [blame]
{
"name": "secp256k1_ios",
"version": "0.0.7",
"summary": "Reference sepc256k1 implementation as pod",
"description": "secp256k1 libraty portable pod",
"homepage": "https://github.com/shamatar/secp256k1_ios",
"license": "MIT",
"authors": {
"Alex Vlasov": "alex.m.vlasov@gmail.com"
},
"source": {
"git": "https://github.com/shamatar/secp256k1_ios.git",
"tag": "0.0.7"
},
"social_media_url": "https://twitter.com/shamatar",
"module_name": "secp256k1_ios",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}",
"OTHER_CFLAGS": "-DHAVE_CONFIG_H=1",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/secp256k1_ios/secp256k1_ios\""
},
"prepare_command": "sed -i '' -e 's:include/::g' ./**/**/*.h\nsed -i '' -e 's:include/::g' ./**/**/**/*.h\nsed -i '' -e 's:include/::g' ./**/**/**/**/*.h\nsed -i '' -e 's:include/::g' ./**/**/*.c\nsed -i '' -e 's:src/modules/recovery/:modules/recovery/:g' ./**/**/*.c\nsed -i '' -e 's:src/modules/echd/:modules/ecdh/:g' ./**/**/*.c",
"source_files": [
"secp256k1_ios/{src,include,contrib}/*.{h,c}",
"secp256k1_ios/src/modules/{recovery,ecdh}/*.{h,c}",
"secp256k1_ios/libsecp256k1-config.h",
"secp256k1_ios/secp256k1_ios.h"
],
"private_header_files": [
"secp256k1_ios/*.h",
"secp256k1_ios/{contrib,src}/*.h",
"secp256k1_ios/src/modules/{recovery, ecdh}/*.h"
],
"public_header_files": "secp256k1_ios/{include}/*.h",
"exclude_files": [
"secp256k1_ios/src/test*.{c,h}",
"secp256k1_ios/src/gen_context.c",
"secp256k1_ios/src/*bench*.{c,h}",
"secp256k1_ios/src/*bench*.{c,h}",
"secp256k1_ios/src/modules/{recovery,ecdh}/*test*.{c,h}"
]
}