blob: 5af9fbe7d9adc59f4808aba9c204eea1e822fce2 [file] [log] [blame]
{
"name": "SwiftRLP",
"version": "1.1",
"summary": "RLP implementation in vanilla Swift for iOS ans macOS",
"description": "RLP implementation in vanilla Swift, intended for mobile developers of wallets, Dapps and Web3.0",
"homepage": "https://github.com/shamatar/SwiftRLP",
"license": "Apache License 2.0",
"authors": {
"Alex Vlasov": "alex.m.vlasov@gmail.com"
},
"source": {
"git": "https://github.com/shamatar/SwiftRLP.git",
"tag": "1.1"
},
"social_media_url": "https://twitter.com/shamatar",
"swift_version": "4.1",
"module_name": "SwiftRLP",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"public_header_files": "SwiftRLP/SwiftRLP.h",
"source_files": [
"Classes/RLP.swift",
"SwiftRLP/SwiftRLP.h"
],
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"dependencies": {
"BigInt": [
"~> 3.1"
]
}
}