2 "name": "MUKDataSource",
4 "summary": "A structure to provide immutable data to your views. Ready to be your UITableView, UICollectionView, UIPageViewController data source.",
5 "description": "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.",
6 "homepage": "https://github.com/muccy/MUKDataSource",
9 "Marco Muccinelli": "muccymac@gmail.com"
12 "git": "https://github.com/muccy/MUKDataSource.git",
19 "source_files": "Pod/**/*.{h,m}",
20 "compiler_flags": "-Wdocumentation",