blob: 6a64ac66badce16a0e7bd2b30051d2bbc5bcf0ee [file] [log] [blame]
{
"name": "AutoCoding",
"version": "1.2",
"summary": "AutoCoding is a category on NSObject that provides automatic support for NSCoding to any object.",
"homepage": "https://github.com/nicklockwood/AutoCoding",
"license": "zlib",
"authors": {
"Nick Lockwood": "email@address.com"
},
"source": {
"git": "https://github.com/nicklockwood/AutoCoding.git",
"tag": "1.2"
},
"platforms": {
"ios": "3.0",
"osx": "10.6"
},
"source_files": "AutoCoding",
"requires_arc": false
}