blob: abcc3a1b4a3da035785a3666ff06824e5a5f6f80 [file] [log] [blame]
{
"name": "CryptoCoding",
"version": "1.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.1"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"source_files": "CryptoCoding/CryptoCoding.{h,m}",
"requires_arc": true
}