[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / 2 / 0 / secp256k1_ios / 0.0.6 / secp256k1_ios.podspec.json
blob0af92b55c8359f9d7d32a7fb9ed5bab88728af59
2   "name": "secp256k1_ios",
3   "version": "0.0.6",
4   "summary": "Reference sepc256k1 implementation as pod",
5   "description": "secp256k1 libraty portable pod",
6   "homepage": "https://github.com/shamatar/secp256k1_ios",
7   "license": "MIT",
8   "authors": {
9     "Alex Vlasov": "alex.m.vlasov@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/shamatar/secp256k1_ios.git",
13     "tag": "0.0.6"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "module_name": "secp256k1_ios",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10"
20   },
21   "pod_target_xcconfig": {
22     "OTHER_CFLAGS": "-DHAVE_CONFIG_H=1",
23     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/secp256k1_ios/secp256k1_ios/\""
24   },
25   "private_header_files": "secp256k1_ios/*.h",
26   "source_files": [
27     "secp256k1_ios/**/*.{h,c}",
28     "secp256k1_ios/*.h",
29     "secp256k1_ios/**/*.h"
30   ],
31   "public_header_files": [
32     "secp256k1_ios/include/secp256k1.h",
33     "secp256k1_ios/include/secp256k1_recovery.h",
34     "secp256k1_ios/include/secp256k1_ecdh.h"
35   ]