blob: 5414b12f013a034d721afc475d7e91d91becf11d [file] [log] [blame]
{
"name": "ValueCoding",
"version": "1.2.0",
"summary": "Swift protocols for encoding/decoding value types.",
"description": "ValueCoding is a simple pair of protocols to support the archiving \nand unarchiving of Swift value types.\n\nIt works by allowing a value type, which must conform to ValueCoding \nto define via a typealias its archiver. The archiver is another type \nwhich implements the ArchiverType protocol. This type will typically \nbe an NSObject which implements NSCoding and is an adaptor which is \nresponsible for encoding and decoding the properties of the value.",
"homepage": "https://github.com/danthorpe/ValueCoding",
"license": "MIT",
"authors": {
"Daniel Thorpe": "@danthorpe"
},
"source": {
"git": "https://github.com/danthorpe/ValueCoding.git",
"tag": "1.2.0"
},
"module_name": "ValueCoding",
"documentation_url": "http://docs.danthorpe.me/valuecoding/1.2.0/index.html",
"social_media_url": "https://twitter.com/danthorpe",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "ValueCoding/*.swift"
}