blob: 0870f0c9c8062d1f4446bd5777c84851ac994386 [file] [log] [blame]
{
"name": "NSObject+Codable",
"version": "0.1",
"license": "MIT",
"homepage": "https://github.com/LoganWright/NSObject-Codable",
"authors": {
"Logan Wright": "logan.william.wright@gmail.com"
},
"summary": "A category for making NSCoding easy",
"source": {
"git": "https://github.com/LoganWright/NSObject-Codable.git",
"tag": "0.1"
},
"source_files": "NSObject+Codable/Source/*.{h,m}",
"requires_arc": true
}