blob: 8b112fce0f00f36077366f80f07930c77b1486b8 [file] [log] [blame]
{
"name": "GMCache",
"version": "1.0.0",
"summary": "A library for storing ordinary data insecurely or storing important data in security.",
"description": "GMCache,based on FMDatabase library,stores objects in sqlite.You can use it to store your important data in security,which would be encrypted with AES256 algorithm.",
"homepage": "https://github.com/yuexygoodman/GMCache",
"license": "MIT",
"authors": "Good Man",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/yuexygoodman/GMCache.git",
"tag": "1.0.0"
},
"source_files": "GMCache/*.{h,m}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"FMDB": [
"~> 2.7.2"
]
}
}