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

Marco Muccinelli

13pods

Ferrara

A framework which takes two collections and calculates differences between them. Ferrara returns you inserted indexes, deleted indexes, complete matches, partial matches and element movements.

License: MIT

  • Swift

MUKAdMobViewController

View controller which manages an AdMob banner, geolocation and interstitial presentation.

License: BSD 3.0

  • Objective C

MUKArrayDelta

You feed two arrays and you will get inserted indexes, deleted indexes, changes and movements

License: MIT

  • Objective C

MUKContentFetch

A simple infrastracture to retrieve requested data and transform it to content object

License: MIT

  • Objective C

MUKContentRedux

A store for immutable data which can be updated only applying actions. Inspired by ReSwift but very very less ambitious.

License: MIT

  • Objective C

MUKDataSource

A class designed to provide data (it's not too surprising, I think). It gives a structure to provide immutable data to your views. When you change data you get update to apply. It is ready to back a UITableView, UICollectionView or a UIPageViewController instance out of the box but it is designed to hold any kind of data for every kind of usage.

License: MIT

  • Objective C

MUKMediaGallery

A simple iOS library built to provide you a component which replicates Photos app functionalities.

License: NOASSERTION

  • Objective C

MUKPullToRevealControl

MUKPullToRevealControl, when added to a UIScrollView instance, places itself at top and can be pulled to be revealed. It could be subclassed to achieve pull to refresh controls. MUKCirclePullToRefreshControl is an example.

License: MIT

  • Objective C

MUKSignal

Dispatch signals which could be subscribed by various subscribers. Subscription could also be suspended. This library also contains specific signals, like notification signals, KVO signals and control target-action signals.

License: MIT

  • Objective C

MUKToolkit

iOS framework which exposes some useful methods.

License: BSD 3.0

  • Objective C

MUKUserNotificationController

MUKUserNotificationController is a controller (not view controller!) which displays user notifications where status bar lives. Functionality is highly inspired by Tweetbot. You will have features like: * sticky notifications; * temporary notifications with a custom duration; * queue of notifications with rate limiting; * customizable colors and text; * tap and pan up gestures support.

License: MIT

  • Objective C

MUKUserNotificationViewController

MUKUserNotificationViewController is a container view controller which displays user notifications where status bar lives. Functionality is highly inspired by Tweetbot. You will have features like: * sticky notifications; * temporary notifications with a custom duration; * queue of notifications with rate limiting; * customizable colors and text; * tap and pan up gestures support.

License: MIT

  • Objective C