[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / f / e / SHFile / 0.0.2 / SHFile.podspec.json
blobf4bc96b1ef43d721c38e96ec56f9e356b90ae120
2   "name": "SHFile",
3   "version": "0.0.2",
4   "summary": "Preserve data in the local directory.",
5   "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.",
6   "homepage": "https://github.com/ShengHuaWu/SHFile",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ShengHua Wu": "fantasy0404@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ShengHuaWu/SHFile.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "SHFile/Classes/*.{h,m}",
22   "requires_arc": true