[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 2 / d / uikit-utils / 0.5.1 / uikit-utils.podspec.json
blob1fb56e56568cf6b14a9957c1806ca0be91f1e6db
2   "name": "uikit-utils",
3   "version": "0.5.1",
4   "summary": "Utilities for UIKit",
5   "description": "                    This is a collection of useful classes and extensions for common classes in UIKit.\n                  \n                    * Various categories to make the standard UIKit classes more useful.\n                    * A few helper classes with the same purpose.\n",
6   "homepage": "https://github.com/mruegenberg/uikit-utils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marcel Ruegenberg": "github@dustlab.com"
13   },
14   "platforms": {
15     "ios": "5.1"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/mruegenberg/uikit-utils.git",
20     "tag": "0.5.1"
21   },
22   "source_files": "Classes/**/*.{h,m}",
23   "resources": "Resources/*.png",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "ios-versioncheck": [
27       "~> 1.0.1"
28     ]
29   }