blob: 9b3832449a7a55ac85a588f296d9c53b06c5d0b3 [file] [log] [blame]
{
"name": "GBStorage",
"version": "2.5.0",
"summary": "Simple iOS and Mac OS X persistence layer with in-memory caching, optional persistence, pre-loading, namespacing and a sweet syntax.",
"homepage": "https://github.com/lmirosevic/GBStorage",
"license": "Apache License, Version 2.0",
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/lmirosevic/GBStorage.git",
"tag": "2.5.0"
},
"source_files": "GBStorage.{h,m}",
"public_header_files": "GBStorage.h",
"requires_arc": true
}