[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 2 / d / uikit-utils / 0.5.0 / uikit-utils.podspec.json
blob7b9ede65fa97700768a4f68820db7846510b45a8
2   "name": "uikit-utils",
3   "version": "0.5.0",
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.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/mruegenberg/uikit-utils.git",
20     "tag": "0.5.0"
21   },
22   "source_files": "Classes/**/*.{h,m}",
23   "resources": "Resources/*.png",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "ios-versioncheck": [
28     ]
29   }