blob: f4bc96b1ef43d721c38e96ec56f9e356b90ae120 [file] [log] [blame]
{
"name": "SHFile",
"version": "0.0.2",
"summary": "Preserve data in the local directory.",
"description": "However, SHFile is an abstract class,\n 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.2"
},
"source_files": "SHFile/Classes/*.{h,m}",
"requires_arc": true
}