blob: d829655367563f47e238063efdd93ed4fe1f465b [file] [log] [blame]
{
"name": "SandBoxFileList",
"version": "2.0.3",
"summary": "Use airDrop or Mail to transfer sandBox files, or view the file directly or play the video",
"description": "Use airDrop or Mail to transfer sandBox files\n \n FileListTableViewController *fileListVC = [[FileListTableViewController alloc] init];\n [self.navigationController pushViewController:fileListVC animated:YES];\n\nor\n FileListTableViewController *fileListVC = [[FileListTableViewController alloc] init];\n [self presentViewController:fileListVC animated:YES completion:nil];",
"homepage": "https://github.com/iodefog/SendSandBoxFile",
"license": "MIT",
"authors": {
"lihongli": "honglili@sohu-inc.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/iodefog/SendSandBoxFile.git",
"tag": "2.0.3"
},
"source_files": [
"Classes",
"SendSandBoxFile/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}