objfw

Portable, lightweight framework for Objective-C language

brewmacoslinux
Try with needOr install directly
Source

About

Portable, lightweight framework for the Objective-C language

Commands

objfw-config

Examples

Get ObjFW compiler flags and libraries for compilation$ objfw-config --cflags --libs
Check ObjFW version$ objfw-config --version
Compile an Objective-C program using ObjFW$ clang $(objfw-config --cflags) program.m -o program $(objfw-config --libs)