[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 5 / b / MUKDataSource / 2.0.4 / MUKDataSource.podspec.json
blobd96c6a6dd2ee5766c41830f3f8f8777320d8782a
2   "name": "MUKDataSource",
3   "version": "2.0.4",
4   "summary": "A structure to provide immutable data to your views. Ready to be your UITableView or your UICollectionView 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` or `UICollectionView` instance out of the box but it is designed to hold any kind of data for every kind of usage.\n",
6   "homepage": "https://github.com/muccy/MUKDataSource",
7   "license": "MIT",
8   "authors": {
9     "Marco Muccinelli": "muccymac@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/muccy/MUKDataSource.git",
13     "tag": "2.0.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/**/*.{h,m}",
20   "compiler_flags": "-Wdocumentation",
21   "dependencies": {
22     "KVOController": [
23       "~> 1.0.3"
24     ],
25     "MUKArrayDelta": [
26       "~> 1.1.3"
27     ]
28   }