Marco Muccinelli

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
13pods
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
View controller which manages an AdMob banner, geolocation and interstitial presentation.
License: BSD 3.0
You feed two arrays and you will get inserted indexes, deleted indexes, changes and movements
License: MIT
A simple infrastracture to retrieve requested data and transform it to content object
License: MIT
A store for immutable data which can be updated only applying actions. Inspired by ReSwift but very very less ambitious.
License: MIT
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
A simple iOS library built to provide you a component which replicates Photos app functionalities.
License: NOASSERTION
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
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
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
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