blob: b6eff3024a43e5f2baec14fb0f6e556d90d2b8ee [file] [log] [blame]
{
"name": "StandardPaths",
"version": "1.1.1",
"platforms": {
"ios": null
},
"summary": "Category on NSFileManager for simple consistent access to standard application directories.",
"description": "StandardPaths is a category on NSFileManager for simple, consistent access to standard application directories on iOS and Mac OS and abstraction of excluding certain files from iCloud backup on iOS.",
"homepage": "https://github.com/nicklockwood/StandardPaths",
"authors": {
"Nick Lockwood": "http://charcoaldesign.co.uk/"
},
"source": {
"git": "https://github.com/nicklockwood/StandardPaths.git",
"tag": "1.1.1"
},
"source_files": "StandardPaths/*.{h,m}",
"license": {
"type": "Zlib License",
"file": "LICENCE.md"
},
"requires_arc": false
}