[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / d / b / objc-utils / 0.6.0 / objc-utils.podspec.json
blobe2c4402f961406c51e39d6ad47d8365574afac2b
2   "name": "objc-utils",
3   "version": "0.6.0",
4   "summary": "Utilities for developing with Objective-C, particularly under iOS.",
5   "description": "                    This is a collection of useful classes and extensions for common classes in CoreFoundation and UIKit.\n\n                    * Various categories to make the standard CoreFoundation and UIKit classes more useful.\n                    * A few helper classes with the same purpose.\n",
6   "homepage": "https://github.com/mruegenberg/objc-utils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marcel Ruegenberg": "github@dustlab.com"
13   },
14   "source": {
15     "git": "https://github.com/mruegenberg/objc-utils.git",
16     "tag": "0.6.0"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Util.h",
24     "Util.m",
25     "CoreFoundation/**/*.{h,m,c}"
26   ],
27   "libraries": "z",
28   "frameworks": "Foundation"