blob: 19da3f0c83f7e3d61ee03aa43bde1da331554996 [file] [log] [blame]
{
"name": "ConvenientFileManager",
"version": "0.1.1",
"summary": "A suite of categories to ease using NSFileManager for common tasks.",
"homepage": "http://www.williamboles.me",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "William Boles",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wibosco/ConvenientFileManager.git",
"branch": "master",
"tag": "0.1.1"
},
"source_files": "ConvenientFileManager/**/*.{h,m}",
"public_header_files": "ConvenientFileManager/**/*.{h}",
"requires_arc": true
}