[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 5 / 4 / EthereumKit / 0.1.2 / EthereumKit.podspec.json
blobcac6a3592df3abd08db385bff7baf3b5d4af4801
2   "name": "EthereumKit",
3   "version": "0.1.2",
4   "summary": "Ethereum protocol toolkit for Swift",
5   "description": "EthereumKit implements Ethereum protocol in Swift. It is an implementation of the Ethereum SPV protocol written (almost) entirely in swift.\n```",
6   "homepage": "https://github.com/OnerootProject/EthereumKit",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Liu Pengpeng": "i@liupengpeng.com"
13   },
14   "social_media_url": "https://twitter.com/pengpengliu",
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/OnerootProject/EthereumKit.git",
18     "tag": "v0.1.2"
19   },
20   "source_files": "EthereumKit/**/*.{h,m,swift}",
21   "module_map": "EthereumKit/EthereumKit.modulemap",
22   "platforms": {
23     "ios": "8.0"
24   },
25   "swift_version": "4.0",
26   "pod_target_xcconfig": {
27     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
28     "APPLICATION_EXTENSION_API_ONLY": "YES",
29     "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/EthereumKit/Libraries",
30     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/EthereumKit/Libraries/openssl/include\" \"${PODS_ROOT}/EthereumKit/Libraries/secp256k1/include\"",
31     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/EthereumKit/Libraries/openssl/lib\" \"${PODS_ROOT}/EthereumKit/Libraries/secp256k1/lib\""
32   },
33   "preserve_paths": [
34     "setup",
35     "Libraries"
36   ],
37   "prepare_command": "sh setup/build_libraries.sh"