4 "summary": "Blockchain Library for imToken",
5 "description": "Token Core Library powering imToken iOS app.",
6 "homepage": "https://token.im",
8 "type": "Apache License, Version 2.0",
12 "James Chen": "james@ashchan.com"
18 "git": "https://github.com/consenlabs/token-core-ios.git",
22 "Sources/**/*.{h,m,swift}",
25 "swift_version": "4.0",
26 "vendored_frameworks": [
27 "Vendor/secp256k1/secp256k1.framework"
29 "preserve_paths": "Modules",
30 "pod_target_xcconfig": {
31 "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/TokenCore/Modules",
32 "OTHER_LDFLAGS": "-lObjC",
33 "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
42 "GRKOpenSSLFramework": [