[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 3 / 1 / SandBoxFileList / 1.0.0 / SandBoxFileList.podspec.json
blob116bc67d8cb5a92458ff8dd05281667554608011
2   "name": "SandBoxFileList",
3   "version": "1.0.0",
4   "summary": "遍历沙盒目录下文件,如果是非文件夹。则发送邮件",
5   "description": "遍历沙盒目录下文件,如果是非文件夹。则发送邮件 . 使用方法\n    FileListTableViewController *fileListVC = [[FileListTableViewController alloc] init];\n    [self.navigationController pushViewController:fileListVC animated:YES];\n或者\n\n    FileListTableViewController *fileListVC = [[FileListTableViewController alloc] init];\n    [self presentViewController:fileListVC animated:YES completion:nil];",
6   "homepage": "https://github.com/lihongli528628/SendSandBoxFileDemo",
7   "license": "MIT",
8   "authors": {
9     "lihongli": "honglili@sohu-inc.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/lihongli528628/SendSandBoxFileDemo.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "Classes",
20     "SendSandBoxFileDemo/SendLogs/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude"