blob: 22a425dcea021e833aa3bbf6623c30fdb0389afb [file] [log] [blame]
{
"name": "ConvenientFileManager",
"version": "1.0.3",
"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": "1.0.3"
},
"source_files": "ConvenientFileManager/**/*.{h,m}",
"public_header_files": "ConvenientFileManager/**/*.{h}",
"requires_arc": true
}