[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / d / a / FZEasyFile / 0.0.1 / FZEasyFile.podspec.json
blobd1c7dd380a9da62869d56c2d4906ec20c60f4452
2   "name": "FZEasyFile",
3   "version": "0.0.1",
4   "summary": "An easy way to create, overwrite and remove file in sandbox.",
5   "description": "#What is it?\nAn easy way to create, overwrite and remove file in sandbox.\nIt’s tedious, boring and unreadable to use iOS’s sdk to manage file directly. FZEasyFile provides an easy way to create or overwrite file in sandbox. If you want to create a file, you just tell FZEasyFile your file name, which is \"my/file/path/info.txt\". You don’t need to care about what the root directory is or whether the directory \"my/file/path/\" exists. \n",
6   "homepage": "https://github.com/jiecao-fm/FZEasyFile",
7   "license": "MIT",
8   "authors": {
9     "Shannon": "zhoujun@jiecao.fm"
10   },
11   "source": {
12     "git": "https://github.com/jiecao-fm/FZEasyFile.git",
13     "tag": "v0.0.1"
14   },
15   "source_files": "FZEasyFile/**/*.{h,m}",
16   "frameworks": "XCTest",
17   "requires_arc": true