[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / d / b / objc-utils / 0.2.3 / objc-utils.podspec.json
blob0b3feb38617b4d623a0e485d5efd75b89bd0ac80
2   "name": "objc-utils",
3   "version": "0.2.3",
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": "Custom Permissive Free Software Licence",
9     "text": "      You can redistribute and use in your commercial or non-commercial projects all of this code.\n      No guarantee is expressed or implied.\n      If you redistribute the code, license notices and the name of the original author (if contained in the code) must be preserved.\n"
10   },
11   "authors": {
12     "Marcel Ruegenberg": "github@dustlab.com"
13   },
14   "source": {
15     "git": "https://github.com/mruegenberg/objc-utils.git",
16     "tag": "0.2.3"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Util.h",
24     "Util.m"
25   ],
26   "libraries": "z",
27   "frameworks": "UIKit",
28   "resources": "UIKit/ViewUtil/*.png",
29   "subspecs": [
30     {
31       "name": "CoreFoundation",
32       "source_files": "CoreFoundation/**/*.{h,m,c}"
33     },
34     {
35       "name": "UIKit",
36       "source_files": "UIKit/**/*.{h,m,c}"
37     }
38   ]