[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / f / a / NACommonUtils / 1.0.5 / NACommonUtils.podspec.json
blob024674cf80cc07f16562b046f4a6df82b616ad74
2   "name": "NACommonUtils",
3   "version": "1.0.5",
4   "summary": "Some useful utilities.",
5   "homepage": "http://nickager.com/blog/2016/03/04/NACommonUtils",
6   "requires_arc": true,
7   "description": "* ActivityOverlay - Light-weight version of MBProgessHUD. Shows a translucent HUD centred in a specified view containing an activity indicator.\n* AnyError - Provides type erasing unified error type\n* Array+Functional - `func headTail() -> (head: Element, tail: [Element])?`\n* NSMutableAttributedString+Creation - NSMutableAttributedString creation helpers\n* OnePixelConstraint - Designed as a auto-layout width/height constraint that will always be 1px regardless of screen scale\n* String+LineUtils - Strings line helpers\n* UIButton+ActionBlock - Button onPressed: block extension\n* UIResponder+FindUIViewController - Walk the responder chain until we find a `UIViewController`; useful when a `UIView` needs to access `UIViewController` API\n* UIView+Autolayout - Autolayout helpers; `useAutolayout()`, `centerInView(..)`, `constrainToWidth(..)`, `constrainToHeight(..)`",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Nick Ager": "nick.ager@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/NickAger",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/NickAger/NACommonUtils.git",
21     "tag": "1.0.5"
22   },
23   "source_files": "NACommonUtils/**/*.{swift}",
24   "frameworks": "UIKit"