| { |
| "name": "UTXOLib", |
| "version": "1.0.0", |
| "summary": "UTXOLib包含处理UTXO所需方法。", |
| "description": "主要有公私钥生成,获取Vout列表和生成UTXO交易模型等。", |
| "homepage": "https://github.com/lotus0430/UTXOLibDemo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yoma": "lotus0430@126.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/lotus0430/UTXOLibDemo.git", |
| "tag": "1.0.0" |
| }, |
| "ios": { |
| "vendored_frameworks": "UTXOLib/UTXOLibFramework.framework" |
| }, |
| "libraries": "c++", |
| "dependencies": { |
| "FMDB": [ |
| "~> 2.7.5" |
| ], |
| "OpenSSL-Universal": [ |
| |
| ] |
| } |
| } |