CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

Sebastien Morel

5pods

AppCoreKit

AppCoreKit is an application framework designed to improve productivity while creating Apps for iOS. This is the result of a 4 years experience at Wherecloud and is a production framework that shipped more than 20 apps. AppCoreKit does not offer out of the box UI components but the technology to help you: Manage your data, Automatic serialization (KeyValue Store, Core Data), Objective-C runtime apis, Type and data structure conversions, View controllers and containers, Ui vs. Models synchronization with bindings, Appearance customization with cascading stylesheets, Responsive view layouts with a horizontal/vertical box model, Forms with automatic sizing and custom layouts, Maps, Network, And more. Keep in mind that AppCoreKit is a toolbox. It is non intrusive so that you can cherry pick features and learn how to use it at your own pace. Screen Cast and high level description of the framework are available at http://www.appcorekit.net. A sample repository with binary versions of the framework is available at https://github.com/wherecloud/appcorekit-samples

License: Custom

  • Objective C

AppPeerIOS

AppPeer is a multipeer connection framework that works both on iOS and Mac. It allows to detect, connect and brodcast data to peers that are on the same network.

License: Custom

  • Objective C

AppPeerIOS-smorel

AppPeer is a multipeer connection framework that works both on iOS and Mac. It allows to detect, connect and brodcast data to peers that are on the same network.

License: Custom

  • Objective C

ResourceManager

ResourceManager allows you to synchronize your resource in the app running on a device or emulator while your editing them on your Mac. Whether it is an image, a sound, a nib, an AppCoreKit stylesheet or layout and even string files, the ResourceManager let your see the changes youre making in your assets live on your devices. Connect several devices with different form factor or idiom simultaneously with one or several resource managers. This is useful when youre working in team and want to get your UI up-to-date while other are working on it. Or only connect your Mac with your devices if you dont trust your colleagues Its up to you!

License: Custom

  • Objective C

ResourceManager-smorel

Are you tired of waiting for your app to compile and sync to your device when you just want to update an image or some text? Wouldn’t it be wonderful if you could distribute your application over the air and the copywriter could edit the localization files directly? Imagine if you could give your app to a designer who could tweak the layouts, fonts, margins and colours, without needing an Xcode installation or any knowledge of Objective-C? With the ResourceManager framework, combined with AppCoreKit and a few lines of code, all this is possible.

License: Custom

  • Objective C