blob: 9e8e39d0a3023d2f8f4302cc21741a0d8455d142 [file] [log] [blame]
{
"name": "Serializable.swift",
"version": "0.1.3",
"summary": "Dynamic Serializable Value for Swift Codable",
"description": "Dynamic Serializable Value for Swift Codable. Allows encoding and decoding with Dictionary/Array types.",
"homepage": "https://github.com/tesseract-one/Serializable.swift",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Tesseract Systems, Inc.": "info@tesseract.one"
},
"source": {
"git": "https://github.com/tesseract-one/Serializable.swift.git",
"tag": "0.1.3"
},
"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"
}