[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 7 / d / b / objc-utils / 0.4.4 / objc-utils.podspec.json
blob26e84d2e7ef767c1a278768f65d1932400dee2bb
2   "name": "objc-utils",
3   "version": "0.4.4",
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.4.4"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Util.h",
24     "Util.m"
25   ],
26   "subspecs": [
27     {
28       "name": "CoreFoundation",
29       "source_files": "CoreFoundation/**/*.{h,m,c}",
30       "libraries": "z",
31       "frameworks": "CoreFoundation"
32     },
33     {
34       "name": "UIKit",
35       "source_files": "UIKit/**/*.{h,m,c}",
36       "frameworks": "UIKit",
37       "resources": "UIKit/ViewUtil/*.png"
38     }
39   ]