[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / f / e / SHFile / 0.0.3 / SHFile.podspec.json
blob23c48ff55a42358abdba9bfab6e13eab8885bb9b
2   "name": "SHFile",
3   "version": "0.0.3",
4   "summary": "Preserve data in the local directory.",
5   "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.",
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.3"
20   },
21   "source_files": "SHFile/Classes/*.{h,m}",
22   "requires_arc": true