blob: 182078e8def3bf4792025eef2f7ce55390a6cc5e [file] [log] [blame]
{
"name": "CryptoCoding",
"version": "1.1",
"summary": "CryptoCoding is a superset of the NSCoding protocol that allows for simple, seamless encryption of any NSCoding-compatible object.",
"homepage": "https://github.com/nicklockwood/CryptoCoding",
"license": "zlib",
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/CryptoCoding.git",
"tag": "1.1"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"source_files": "CryptoCoding/CryptoCoding.{h,m}",
"requires_arc": true
}