[go: up one dir, main page]

Browse free open source Objective C Frameworks and projects below. Use the toggles on the left to filter open source Objective C Frameworks by OS, license, language, programming language, and project status.

  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    ORSSerialPort

    ORSSerialPort

    Serial port library for Objective-C and Swift macOS apps

    ORSSerialPort is an easy-to-use Objective-C serial port library for macOS. It is useful for programmers writing Objective-C or Swift Mac apps that communicate with external devices through a serial port (most commonly RS-232). You can use ORSSerialPort to write apps that connect to Arduino projects, robots, data acquisition devices, ham radios, and all kinds of other devices. Using ORSSerialPort to open a port and send data can be very simple. ORSSerialPort is released under an MIT license, meaning you're free to use it in both closed and open-source projects. However, even in a closed-source project, you must include a publicly-accessible copy of ORSSerialPort's copyright notice, which you can find in the LICENSE file. There are a number of ways to add ORSSerialPort to your project. You can use the included framework project, Carthage, CocoaPods, or the Swift Package Manager. See the Guide to Installing ORSSerialPort for detailed instructions for each of these methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Objective C Intrinsics (ObjCI for short) is a collection of classes that supports development of small projects in Objective C without depending on the Foundation or similar libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A GTK2 binding in Objective C (Yes, Another One !) under LGPL license
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Objective-C bindings for GTK+ library
    Downloads: 0 This Week
    Last Update:
    See Project
  • FusionAuth: Authentication and User Management Software Icon
    FusionAuth: Authentication and User Management Software

    Offer your users flexible authentication options, including passwords, passwordless, single sign-on (SSO), and multi-factor authentication (MFA).

    FusionAuth adds login, registration, SSO, MFA, and a bazillion other features to your app in days - not months.
    Learn More
  • 5
    Substrate is a light-weight standalone library which implements a large portion of the OpenStep specification. Substrate is incomplete, but under active development, with near 100% unit test coverage and API documentation for implemented features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Objective-C-based framework wrapper for Tcl's C-based API, easing use for Objective-C projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Onboard

    Onboard

    Framework to create a beautiful and engaging onboarding experience

    Each onboarding experience is comprised of two primary components, the background and the content pages. The background includes the static background image/video, the page control, and the skip button. The content pages are made up of four pieces, an image/icon, title, body, and action button. Create individual pages by creating instances of OnboardingContentViewController. Provide a title, body, image, text for an action button, and within the action block handle whatever you want to do when the users press the button. If you don't want a button, you can leave both the button text and action handler nil. Then create the OnboardingViewController by providing either a background image or a URL to a local video file in your project, and an array of content view controllers you just created. You can then present the view modally and get the onboarding process started!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Pusher

    Pusher

    OS X and iOS application and framework to play with APNs

    Pusher is a Mac and iPhone app for sending push notifications directly to the Apple Push Notification Service (APNs). Testing push notifications for an iOS or Mac app normally requires setting up a server or creating an account online. And when these don’t work properly, it can be very difficult to find out why. With Pusher all you need is an SSL certificate and a device token, and you can start pushing directly from your Mac and even from your iPhone! Pusher provides detailed error reporting and logs, and many other tools. It’s got a small framework for both OS X and iOS, and is a good choice for better understanding how push notifications work and playing around with them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A collection of useful classes and palettes to assist in Cocoa application development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Network Management Software and Tools for Businesses and Organizations | Auvik Networks Icon
    Network Management Software and Tools for Businesses and Organizations | Auvik Networks

    Mapping, inventory, config backup, and more.

    Reduce IT headaches and save time with a proven solution for automated network discovery, documentation, and performance monitoring. Choose Auvik because you'll see value in minutes, and stay with us to improve your IT for years to come.
    Learn More
  • 10
    REX: Remote EXecution Distributed Computing Services for Linux and Solaris, providing C and C++ APIs, librex library and "rexd" daemon software to implement Load Balancing Process Migration : Dump + Restore, Remote File and Resource Management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RestKit

    RestKit

    Framework for consuming and modeling RESTful web resources

    RestKit is a modern Objective-C framework for implementing RESTful web services clients on iOS and Mac OS X. It provides a powerful object mapping engine that seamlessly integrates with Core Data and a simple set of networking primitives for mapping HTTP requests and responses built on top of AFNetworking. It has an elegant, carefully designed set of APIs that make accessing and modeling RESTful resources feel almost magical. You can even access the Twitter public timeline and turn the JSON contents into an array of Tweet objects. RestKit is designed to be modular and each module strives to maintain a minimal set of dependencies across the framework and with the host platform. At the core of library sits the object mapping engine, which is responsible for transforming objects between representations (such as JSON/XML <-> local domain objects). The object mapping engine is built on top of the Key-Value Coding (KVC) informal protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Saddle is an Objective-C library or framework that is designed to link to the SDL library and provide its functions in a more object oriented way along with other useful functions for graphics intense applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Semantic Time Framework is a multimedia "meta-framework" that provides more high-level abstractions of time. STF enables developers to more quickly and easily develop interactive applications with time-based media.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SimpleCocoaServer is a basic server class written in objective-c for use in cocoa applications for Mac OS X. Features: receiving & sending data from & to all clients. NEW: SimpleCocoaClient is a Client class. Connects to any IP/Port, sends/receives Data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sparkle 2

    Sparkle 2

    A software update framework for macOS

    Sparkle is an easy-to-use software update framework for macOS applications. Sparkle is open source software available under the permissive MIT license, and is developed on GitHub by the Sparkle Project with the help of dozens of valued contributors. Sparkle is kept up to date with the latest Apple technologies such as Touch Bar and Dark Mode. Sparkle supports macOS 10.9 and later. Supports Sparkle's own signatures as well as Apple Code Signing, for ultra-secure updates. Sparkle also supports authentication for installing in secure locations. Support for sandboxing is currently under development. Requires no code in your app, but also provides deep delegate support for maximum customization. Developers can make Sparkle work exactly as they need, and users can make Sparkle work as they prefer. Your own branding, icons and app name are used - there's no mention of Sparkle. Works with any macOS app, whether it uses Cocoa, Qt, Xamarin, or otherwise.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    XMPPFramework

    XMPPFramework

    An XMPP framework in Objective-C for Mac and iOS

    XMPPFramework provides a core implementation of RFC-3920 (the XMPP standard), along with the tools needed to read & write XML. It comes with multiple popular extensions (XEP's), all built atop a modular architecture, allowing you to plug-in any code needed for the job. Additionally the framework is massively parallel and thread-safe. Structured using GCD, this framework performs well regardless of whether it's being run on an old iPhone, or on a 12-core Mac Pro. (And it won't block the main thread at all). There have been a number of changes to the public API of XMPPFramework in an attempt to improve the ergnomics and safety when used with Swift. Most Objective-C projects should require no changes, with a few minor exceptions. Many (simple) changes will be required for pure Swift projects, mostly due to the new nullability annotations. The process is still not complete so please submit issues and help if possible to minimize future breaking changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Xerces.framework provides Mac OS X Cocoa developers access to The Apache Foundation's Xerces XML framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    YYKit

    YYKit

    A collection of iOS components

    YYKit is a large collection of iOS utility and component modules, intended to provide building blocks for iOS app development. It is released under the MIT license. The repository splits out independent submodules such as YYModel (a high-performance JSON ↔ model mapping layer), YYCache (a fast caching system), YYImage (image handling, including support for formats like WebP, APNG, GIF), YYWebImage (asynchronous image loading and caching), YYText (a rich text display and editing component), YYKeyboardManager (keyboard/input management), YYAsyncLayer, YYDispatchQueuePool, and various handy Categories that extend Foundation/UIKit with utility methods. YYKit is intended to be modular, though historically some interdependencies exist, which is why the author suggests using the individual components where possible instead of the entire monolithic library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    YYModel

    YYModel

    High performance model framework for iOS/OSX

    The conversion performance is close to handwriting code. The object types can be automatically converted. All data types will be verified to ensure type-safe during the conversion process. There is no need to make the model class inherit from other base class. This library contains only 5 files. Docs and unit testing, 100% docs coverage, 99.6% code coverage. You can map a json key (key path) or an array of json key (key path) to one or multiple property name. If there's no mapper for a property, it will use the property's name as default.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The ZODBData Framework provides a Cocoa API to handle persistent objects stored in a Zope Object Database (ZODB).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a set of asynchronous libraries that allow you to perform normally blocking operations (such as IP address lookups, DNS lookups, and GPS location) without blocking your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A library and set of components specifically engineered (but not restricted to) electronic game development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    iPhone Sqlite Persistence for Objects is a project to enable applications developed with the official iPhone SDK to persist and retrieve business objects to and from an SQLite data file. Works with both the iPhone or iPod Touch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    libPaje is a library developed with GNUstep library and is released under the GNU LGPL. The library intends to provide a way to generate trace files for Paje Visualization Tool. It can be used to create converters from other format to Paje format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Asynchronous networking framework for GNUstep and Mac OS X. Has built-in support for line-based protocols, IRC, and raw TCP/IP streams.
    Downloads: 0 This Week
    Last Update:
    See Project