blob: f29b361dca7b9e14ea1afbed04cd8eb35ee404de [file] [log] [blame]
{
"name": "StandardPaths",
"version": "1.5.4",
"summary": "Category on NSFileManager for simple consistent access to standard application directories.",
"description": "StandardPaths is a category on NSFileManager for simplifying access to standard application directories on iOS and Mac OS and abstracting the iCloud backup flags on iOS. It also provides support for working with device-specific file suffixes, such as the @2x suffix for Retina displays, or the -568h suffix for iPhone 5 and can optionally swizzle certain UIKit methods to support these suffixes more consistently.",
"homepage": "https://github.com/nicklockwood/StandardPaths",
"authors": {
"Nick Lockwood": "http://charcoaldesign.co.uk/"
},
"source": {
"git": "https://github.com/nicklockwood/StandardPaths.git",
"tag": "1.5.4"
},
"source_files": "StandardPaths/*.{h,m}",
"license": {
"type": "Zlib License",
"file": "LICENCE.md"
},
"requires_arc": false,
"platforms": {
"ios": "4.3",
"osx": "10.6"
}
}