blob: a513fbe6ebab864bded7107768432b9c4224dd33 [file] [log] [blame]
{
"name": "LKCodingObject",
"version": "1.4.0",
"summary": "NSCoding conformed library",
"description": "Properties can be archived/unarchived with conforming to NSCoding.",
"homepage": "https://github.com/lakesoft/LKCodingObject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hiroshi Hashiguchi": "xcatsan@mac.com"
},
"source": {
"git": "https://github.com/lakesoft/LKCodingObject.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "Classes/*"
}