[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / a / NACommonUtils / 2.4.0 / NACommonUtils.podspec.json
blob32ea95e6b6ad22dded9d77ddfb446e4938fe7d86
2   "name": "NACommonUtils",
3   "version": "2.4.0",
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* Array+Functional - `func headTail() -> (head: Element, tail: [Element])?`; `arrayByAppend` and `arrayByAppendContentsOf` non-mutating versions of the stdlib `append` and `appendContentsOf`\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* UIGestureRecognizer+ActionBlock - Gesture recognizer 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(..)`\n* KeepInMemoryMixin - Class mixin to allow the class to keep itself in memory\n* UIView+NibLoading - instanceFromNib() Load an instance of a view from a nib named identically to the class.\n* UIStoryboard+InstantiateViewController - type-safe Storyboard view controller instantiation\n* UIView+border - layer based UIView border util\n* UILabel+Measurement - text size measurement",
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": "12.0"
18   },
19   "swift_version": "4.2",
20   "source": {
21     "git": "https://github.com/NickAger/NACommonUtils.git",
22     "tag": "2.4.0"
23   },
24   "source_files": "NACommonUtils/**/*.{swift}",
25   "frameworks": "UIKit"