blob: ea0cf4cdc36ccc2bd1de3b9eb936d2710bff3153 [file] [log] [blame]
{
"name": "objc-utils",
"version": "0.5.0",
"summary": "Utilities for developing with Objective-C, particularly under iOS.",
"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",
"homepage": "https://github.com/mruegenberg/objc-utils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcel Ruegenberg": "github@dustlab.com"
},
"source": {
"git": "https://github.com/mruegenberg/objc-utils.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"Util.h",
"Util.m",
"CoreFoundation/**/*.{h,m,c}"
],
"libraries": "z",
"frameworks": "Foundation"
}