blob: 014f8f6beb2c262a1b27c07dd734ab16c2a81624 [file] [log] [blame]
{
"name": "ERCTools",
"version": "0.1.0",
"summary": "ERCTools.",
"description": "ETH ERC Tools ABI, RPC",
"homepage": "https://github.com/ccxdd/ERCTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ccxdd": "e_xiaodong@hotmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"cocoapods_version": ">= 1.4.0",
"swift_version": "4.0",
"source": {
"git": "https://github.com/ccxdd/ERCTools.git",
"tag": "0.1.0"
},
"source_files": "Sources/*.swift",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"requires_arc": true,
"dependencies": {
"SSLE": [
"~> 0.0.25"
],
"SwiftWebSocket": [
"~> 2.7.0"
],
"SwiftyJSON": [
"~> 4.2.0"
],
"CryptoSwift": [
"~> 0.14"
]
}
}