blob: c7befb2b7ac9b5bb3c46133b50f3f323f6632d2a [file] [log] [blame]
{
"name": "SerializableValue",
"version": "0.0.1",
"summary": "Dynamic Serializable Value for Swift Codable",
"description": "Dynamic Serializable Value for Swift Codable. Allows encoding and decoding with Dictionary types.",
"homepage": "https://github.com/tesseract-one/swift-serializable",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Tesseract Systems, Inc.": "info@tesseract.one"
},
"source": {
"git": "https://github.com/tesseract-one/swift-serializable.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"module_name": "Serializable",
"source_files": "Sources/Serializable/**/*.swift",
"deprecated_in_favor_of": "Serializable.swift"
}