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",
12 "Liu Pengpeng": "i@liupengpeng.com"
14 "social_media_url": "https://twitter.com/pengpengliu",
17 "git": "https://github.com/OnerootProject/EthereumKit.git",
20 "source_files": "EthereumKit/**/*.{h,m,swift}",
21 "module_map": "EthereumKit/EthereumKit.modulemap",
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\""
37 "prepare_command": "sh setup/build_libraries.sh"