blob: f4315d05f6d74efd8cd7e35acf7c53b995394c7f [file] [log] [blame]
{
"name": "SwiftBase32",
"version": "0.5.3",
"summary": "Base32 implementation for Swift.",
"homepage": "https://github.com/norio-nomura/Base32",
"source": {
"git": "https://github.com/norio-nomura/Base32.git",
"tag": "0.5.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Norio Nomura": "norio.nomura@gmail.com"
},
"source_files": "Sources/**/*.{h,c,swift}",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "3.0"
}