[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / c / 5 / CoreEthereum / 1.0.1 / CoreEthereum.podspec.json
blobf331d881c1f61d31a903bee2b8df38cf97695498
2   "name": "CoreEthereum",
3   "version": "1.0.1",
4   "summary": "CoreEthereum is a subset of CoreBitcoin in Objective-C.",
5   "description": "CoreEthereum provides helpful functions for deriving and signing with Ethereum keychains.",
6   "homepage": "https://github.com/wjmelements/CoreBitcoin",
7   "license": "WTFPL",
8   "authors": {
9     "William Morriss": "william.morriss@consensys.net"
10   },
11   "platforms": {
12     "ios": "7.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/wjmelements/CoreBitcoin.git",
17     "tag": "1.0.1"
18   },
19   "source_files": [
20     "CoreBitcoin",
21     "openssl/**/*.c",
22     "openssl/include/**/*.h"
23   ],
24   "exclude_files": [
25     "CoreBitcoin/**/*+Tests.{h,m}",
26     "CoreBitcoin/BTCScriptTestData.h"
27   ],
28   "public_header_files": [
29     "CoreBitcoin/*.h",
30     "openssl/include/openssl/*.h"
31   ],
32   "private_header_files": "openssl/include/internal/*.h",
33   "header_mappings_dir": ".",
34   "requires_arc": true,
35   "user_target_xcconfig": {
36     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/openssl/include\" \"${PODS_ROOT}/CoreEthereum/openssl/include\"",
37     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
38   },
39   "pod_target_xcconfig": {
40     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/openssl/include\" \"${PODS_ROOT}/CoreEthereum/openssl/include\"",
41     "USER_HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/openssl/src/**\" \"${PODS_ROOT}/CoreEthereum/openssl/src/**\""
42   },
43   "frameworks": "Foundation",
44   "preserve_paths": [
45     "openssl/LICENSE",
46     "openssl/**/*.h"
47   ],
48   "dependencies": {
49     "ISO8601DateFormatter": [
51     ]
52   }