2 "name": "SandBoxFileList",
4 "summary": "遍历沙盒目录下文件,如果是非文件夹。则发送邮件",
5 "description": "Traverse the sandbox directory under the file.\n 遍历沙盒目录下文件,如果是非文件夹。\n 可以直接查看文本,可以使用airDrop发送到其他App,或者发送邮件\n . 使用方法\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",
9 "lihongli": "honglili@sohu-inc.com"
15 "git": "https://github.com/lihongli528628/SendSandBoxFileDemo.git",
20 "SendSandBoxFileDemo/SendSandBoxFile/*.{h,m}"
22 "exclude_files": "Classes/Exclude"