blob: a0808de51b585abdc8321782831a05704f76f2e7 [file] [log] [blame]
{
"name": "MetaSerialization",
"version": "2.0.1",
"summary": "A framework to simplify the creation of new serialisation-frameworks for the swift standard library serialization environment",
"homepage": "https://github.com/cherrywoods/swift-meta-serialization",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "cherrywoods",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/cherrywoods/swift-meta-serialization.git",
"tag": "v2.0"
},
"source_files": "Sources/**/*.swift"
}