blob: 455264d90dfe34b2e2e435aae7679becdc6e7a40 [file] [log] [blame]
{
"name": "CCLDefaults",
"version": "1.1.1",
"summary": "A simple NSUserDefaults wrapper which optionally syncs to iCloud.",
"homepage": "https://github.com/cocodelabs/CCLDefaults",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "inbox@kylefuller.co.uk"
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/cocodelabs/CCLDefaults.git",
"tag": "1.1.1"
},
"source_files": "CCLDefaults.{h,m}"
}