blob: 7fec4d6cb3d23f5f5b80440533a542a4bb98d695 [file] [log] [blame]
{
"name": "Lisk",
"version": "1.0.0-beta3",
"summary": "Swift 4 library for Lisk - the cryptocurrency and blockchain application platform",
"homepage": "https://github.com/AndrewBarba/lisk-swift",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.md"
},
"authors": {
"Andrew Barba": "abarba.77@gmail.com"
},
"source": {
"git": "https://github.com/AndrewBarba/lisk-swift.git",
"tag": "1.0.0-beta3"
},
"pod_target_xcconfig": {
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/**/*.{h,swift}",
"public_header_files": "Sources/**/*.h",
"dependencies": {
"Ed25519": [
"~> 0.2.0"
]
},
"pushed_with_swift_version": "4.0"
}