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