[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / 1 / StandardPaths / 1.6.3 / StandardPaths.podspec.json
blobb5d3d5a330c37022496dc71e0ee5bcfbdb606ae6
2   "name": "StandardPaths",
3   "version": "1.6.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.6.3"
13   },
14   "source_files": "StandardPaths/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   }