blob: c94bade826c86a3cf3ccb3a070e71ccb4cc784bb [file] [log] [blame]
{
"name": "Lisk",
"version": "1.0.0-beta1",
"summary": "Lisk SDK for Swift 4",
"homepage": "https://github.com/AndrewBarba/lisk-swift",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Andrew Barba": "abarba.77@gmail.com"
},
"source": {
"git": "https://github.com/AndrewBarba/lisk-swift.git",
"tag": "1.0.0-beta1"
},
"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": "Source/**/*.{h,swift}",
"public_header_files": "Source/**/*.h",
"pushed_with_swift_version": "4.0"
}