blob: 12575d4389d06d1755c4092bed7f759e67c266bc [file] [log] [blame]
{
"name": "MUKDataSource",
"version": "2.2.2",
"summary": "A structure to provide immutable data to your views. Ready to be your UITableView or your UICollectionView 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` or `UICollectionView` instance out of the box but it is designed to hold any kind of data for every kind of usage.\n",
"homepage": "https://github.com/muccy/MUKDataSource",
"license": "MIT",
"authors": {
"Marco Muccinelli": "muccymac@gmail.com"
},
"source": {
"git": "https://github.com/muccy/MUKDataSource.git",
"tag": "2.2.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/**/*.{h,m}",
"compiler_flags": "-Wdocumentation",
"dependencies": {
"KVOController": [
"~> 1.0.3"
],
"MUKArrayDelta": [
"~> 1.1.3"
]
}
}