blob: 23c48ff55a42358abdba9bfab6e13eab8885bb9b [file] [log] [blame]
{
"name": "SHFile",
"version": "0.0.3",
"summary": "Preserve data in the local directory.",
"description": "SHFile is created for storing data in the local directory.\n\t\t However, it's an abstract class, please use its subclass instead.\n One subclass SHTemporaryFile is used to store data in the temporary directory,\n and the other subclass SHDocumentsFile is used to save data in the documents directory.",
"homepage": "https://github.com/ShengHuaWu/SHFile",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ShengHua Wu": "fantasy0404@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ShengHuaWu/SHFile.git",
"tag": "0.0.3"
},
"source_files": "SHFile/Classes/*.{h,m}",
"requires_arc": true
}