[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / e / 9 / 1 / StandardPaths / 1.5.3 / StandardPaths.podspec.json
blobe6921614bad765fcf4f57c5dd7396a6e4e0cf698
2   "name": "StandardPaths",
3   "version": "1.5.3",
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.3"
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   }