Current version: 1.2.6-STABLE (Build 219).
Objective C classes and categories library for operating systems Apple MacOS, Apple iOS and GNUstep.
Library supports now the following operating systems:
- MacOS - library source code is compiled with Apple LLVM 8.1 compiler and SDK 10.12 for Intel i386 and x86_64 architecture.
Compiled library support the operating system macOS 10.8 or higher. If necessary, You can compile library for earler versions of the MacOS (10.6 minimum). Earlier existed support PowerPC, but in the version 1.1.5 it was discontinued, so the library compiling under PoverPCs architecture and operating system MacOS 10.5 is not guaranteed.
- iOS - source code is compiled with Apple LLVM 8.1 compiler and SDK 10.3.
Library supports operating system Apple iOS 8.0 or higher.
If you need support for older versions of the operating system, is possible to build the library on their own, specifying the compilation options a corresponding Deployment Target.
- GNUstep - now You can compiling the library source code for the GNUstep platform.
See the specified section of the library documentation.
For the operating system MacOS library available both a framework and a static linked library. iOS support provided only a static linked library.
Minimum requirements for the library using in the projects:
- Apple's computer;
- MacOS 10.8 or higher;
- XCode 5 or higher.
Minimum requirements for the library compiling:
- Apple's computer;
- MacOS 10.8 or higher;
- XCode 6 or higher.
Addinational information: