blob: c88865fc33c77d41b255214c02cd5dcbe268d3f8 [file] [log] [blame]
{
"name": "Dekoter",
"version": "0.1.1",
"summary": "NSCoding's counterpart for Swift structs.",
"description": "Fills a gap left by the missing NSCoding's support for Swift structs. If you've ever implemented NSCoding, Koting will be familiar to you as well.",
"homepage": "https://github.com/artemstepanenko/Dekoter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Artem Stepanenko": "artem.stepanenko.1@gmail.com"
},
"source": {
"git": "https://github.com/artemstepanenko/Dekoter.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Dekoter/Classes/**/*",
"pushed_with_swift_version": "3.0"
}