blob: 219dc738e43c5c56585d818ca82afab156a1f6d9 [file] [log] [blame]
{
"name": "Lisk",
"version": "1.0.0-beta12",
"summary": "Swift 4 library for Lisk - the cryptocurrency and blockchain application platform",
"homepage": "https://github.com/AndrewBarba/lisk-swift",
"documentation_url": "https://andrewbarba.github.io/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-beta12"
},
"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"
]
}
}