[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 9 / 1 / StandardPaths / 1.6 / StandardPaths.podspec.json
blob04ff83a8d531e84152a3e6d3a8c2cde1946eca65
2   "name": "StandardPaths",
3   "version": "1.6",
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.6"
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   }