blob: d94f327ce7f88328d36428f7b7a7431c6e9f3c51 [file] [log] [blame]
{
"name": "MetaSerialization",
"version": "0.1.0",
"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": "Unlicense",
"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": "v0.1.0"
},
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "4.0"
}