[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / 8 / f / EthCore / 1.0.7 / EthCore.podspec.json
blob6a9d901de6314a8f3d9467decd2781ed0e084fb4
2   "name": "EthCore",
3   "version": "1.0.7",
4   "summary": "EthCore is a subset of CoreBitcoin in Objective-C.",
5   "description": "EthCore provides helpful functions for deriving and signing with Ethereum keychains.",
6   "homepage": "https://github.com/wjmelements/EthCore",
7   "license": "WTFPL",
8   "authors": {
9     "William Morriss": "wjmelements@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/wjmelements/EthCore.git",
17     "tag": "1.0.7"
18   },
19   "source_files": [
20     "EthCore",
21     "openssl/**/*.c",
22     "openssl/include/**/*.h"
23   ],
24   "exclude_files": [
25     "EthCore/**/*+Tests.{h,m}",
26     "EthCore/BTCScriptTestData.h"
27   ],
28   "public_header_files": [
29     "EthCore/*.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}/EthCore/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}/EthCore/openssl/include\"",
41     "USER_HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/openssl/src/**\" \"${PODS_ROOT}/EthCore/openssl/src/**\"",
42     "OTHER_CFLAGS": "$(inherited) -DOPENSSL_NO_SEED -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC2 -DOPENSSL_NO_RC4 -DOPENSSL_NO_DES -DOPENSSL_NO_SM4 -DOPENSSL_NO_SM4 -DOPENSSL_NO_BF -DOPENSSL_NO_CHACHA -DOPENSSL_NO_ASYNC"
43   },
44   "frameworks": "Foundation",
45   "preserve_paths": [
46     "openssl/LICENSE",
47     "openssl/**/*.h"
48   ],
49   "dependencies": {
50     "ISO8601DateFormatter": [
52     ]
53   }