[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / e / 9 / 1 / StandardPaths / 1.5.2 / StandardPaths.podspec.json
blob8a7d0377e07dcd2f2eb8c21ed6e2790bec3bd670
2   "name": "StandardPaths",
3   "version": "1.5.2",
4   "summary": "Category on NSFileManager for simple consistent access to standard application directories.",
5   "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.",
6   "homepage": "https://github.com/nicklockwood/StandardPaths",
7   "authors": {
8     "Nick Lockwood": "http://charcoaldesign.co.uk/"
9   },
10   "source": {
11     "git": "https://github.com/nicklockwood/StandardPaths.git",
12     "tag": "1.5.2"
13   },
14   "source_files": "StandardPaths/*.{h,m}",
15   "license": {
16     "type": "Zlib License",
17     "file": "LICENCE.md"
18   },
19   "requires_arc": false,
20   "platforms": {
21     "ios": "4.3",
22     "osx": "10.6"
23   }