blob: 89137246b0e1f4783894008fcdd7fa3e89a3bd6f [file] [log] [blame]
{
"name": "NSObject-ObjectIO",
"version": "1.0.0",
"summary": "ObjectIO is an NSObject Category for writing and reading objects to and from files, with encryption support.",
"homepage": "https://github.com/uacaps/NSObject-ObjectIO",
"license": {
"type": "UA",
"file": "LICENSE"
},
"authors": {
"uacaps": "care@cs.ua.edu"
},
"source": {
"git": "https://github.com/uacaps/NSObject-ObjectIO.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NSObject-ObjectIO/*.{h,m}",
"requires_arc": true
}