[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / e / 9 / c / MUKContentRedux / 1.0.0 / MUKContentRedux.podspec.json
blobdcd788ed8e375d35a60946da72cbef99a0a08ab8
2   "name": "MUKContentRedux",
3   "version": "1.0.0",
4   "summary": "A structure to store content data in an immutable way using input actions.",
5   "description": "A store for immutable data which can be updated only applying actions. Inspired by ReSwift but very very less ambitious.",
6   "homepage": "https://github.com/muccy/MUKContentRedux",
7   "license": "MIT",
8   "authors": {
9     "Marco Muccinelli": "muccymac@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/muccy/MUKContentRedux.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/**/*.{h,m}"