blob: 9002997ea96c8a8e067f38d146fa9e78592452a3 [file] [log] [blame]
{
"name": "SandBoxFileList",
"version": "2.0.0",
"summary": "遍历沙盒目录下文件,如果是非文件夹。则发送邮件",
"description": "遍历沙盒目录下文件,如果是非文件夹。\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];",
"homepage": "https://github.com/lihongli528628/SendSandBoxFileDemo",
"license": "MIT",
"authors": {
"lihongli": "honglili@sohu-inc.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/lihongli528628/SendSandBoxFileDemo.git",
"tag": "2.0.0"
},
"source_files": [
"Classes",
"SendSandBoxFileDemo/SendSandBoxFile/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}