blob: eb122388d9023cda4bd6ebf8f2e3d1a017f4c701 [file] [log] [blame]
{
"name": "LKCodingObject",
"version": "1.3.0",
"summary": "NSCoding conformed library",
"description": "Properties can be archived/unarchived with conforming to NSCoding.\n",
"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.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*"
}