blob: 7059428529b287798decbb8718800e2fb313cc36 [file] [log] [blame]
{
"name": "objc-utils",
"version": "0.1.0",
"summary": "Utilities for developing ObjC, 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": "Custom Permissive Free Software Licence",
"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"
},
"authors": "Marcel Ruegenberg",
"source": {
"git": "https://github.com/mruegenberg/objc-utils.git",
"tag": "0.1.0"
},
"source_files": [
"DLFolding.h",
"SynthesizeSingleton.h"
],
"libraries": "z",
"platforms": {
"ios": null
},
"requires_arc": false,
"subspecs": [
{
"name": "CoreFoundationAdditions",
"source_files": "CoreFoundationAdditions/**/*.{h,m,c}"
},
{
"name": "CoreGraphicsUtils",
"source_files": "CoreGraphicsUtils/**/*.{h,m,c}"
},
{
"name": "UIKitAdditions",
"source_files": "UIKitAdditions/**/*.{h,m,c}"
},
{
"name": "UIKitUtils",
"source_files": "UIKitUtils/**/*.{h,m,c}"
},
{
"name": "Util",
"source_files": "Util/**/*.{h,m,c}"
}
]
}