blob: 19cc41cae0825fef94dd42d6553b8934fc7c4e82 [file] [log] [blame]
{
"name": "LKCodingObject",
"version": "1.4.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Classes/*"
}