blob: 91a4500c167732a3d5e2e4aaeca752df7c150996 [file] [log] [blame]
{
"name": "MUKDataSource",
"version": "2.5.3",
"summary": "A structure to provide immutable data to your views. Ready to be your UITableView, UICollectionView, UIPageViewController data source.",
"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.",
"homepage": "https://github.com/muccy/MUKDataSource",
"license": "MIT",
"authors": {
"Marco Muccinelli": "muccymac@gmail.com"
},
"source": {
"git": "https://github.com/muccy/MUKDataSource.git",
"tag": "2.5.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/**/*.{h,m}",
"compiler_flags": "-Wdocumentation",
"dependencies": {
"KVOController": [
"~> 1.0.3"
],
"MUKArrayDelta": [
"~> 1.2.0"
]
}
}