[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 5 / b / MUKDataSource / 2.6.0 / MUKDataSource.podspec.json
blobf44fd427ec2d34035cdd48872a3cd853e5606b27
2   "name": "MUKDataSource",
3   "version": "2.6.0",
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",
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.6.0"
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     "MUKArrayDelta": [
23       "~> 1.2.0"
24     ],
25     "MUKSignal": [
26       "~> 1.0.2"
27     ]
28   }