blob: 0df4bc508f9990d82c2b8cdb0e8b93ce0c402b3c [file] [log] [blame]
{
"name": "TokenRealmCore",
"module_name": "TokenCore",
"version": "0.0.2",
"summary": "Blockchain Library for TokenRealm.",
"description": "Token Core Library powering TokenRealm iOS app.",
"homepage": "https://github.com/lhalcyon/token-core-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"ceyx": "lh_halcyondays@163.com"
},
"social_media_url": "https://lhalcyon.com",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lhalcyon/token-core-ios.git",
"tag": "0.0.2"
},
"source_files": [
"Sources/**/*.{h,m,swift}",
"Vendor/**/*.{h,m,c}"
],
"swift_version": "4.0",
"preserve_paths": "Modules",
"vendored_frameworks": [
"Vendor/secp256k1/secp256k1.framework"
],
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/TokenRealmCore/Modules",
"OTHER_LDFLAGS": "-lObjC",
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
},
"dependencies": {
"CryptoSwift": [
"0.13.0"
],
"BigInt": [
"3.0.0"
],
"GRKOpenSSLFramework": [
]
}
}