[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / e / 9 / 1 / StandardPaths / 1.5.6 / StandardPaths.podspec.json
blobe7deafed8f0bc7f2ca41720ee911822bb234a1f8
2   "name": "StandardPaths",
3   "version": "1.5.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.5.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   }