blob: 2626c0a917d3c3e99de31ce1041199797e800a26 [file] [log] [blame]
{
"name": "NSObject-NSCoding",
"version": "1.0",
"summary": "Automatic NSCoding and persistence implementation",
"homepage": "https://github.com/kingiol/NSObject-NSCoding",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"greenisus": "greenisus@gmail.com",
"kingiol": "kingxiaokang@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/kingiol/NSObject-NSCoding.git",
"tag": "1.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}