blob: 116bc67d8cb5a92458ff8dd05281667554608011 [file] [log] [blame]
{
"name": "SandBoxFileList",
"version": "1.0.0",
"summary": "遍历沙盒目录下文件,如果是非文件夹。则发送邮件",
"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];",
"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": "1.0.0"
},
"source_files": [
"Classes",
"SendSandBoxFileDemo/SendLogs/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}