[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / c / MUKContentRedux / 1.2.0 / MUKContentRedux.podspec.json
blob6f42d1542dee0fb0da8c4b189752fb07fbc4dede
2   "name": "MUKContentRedux",
3   "version": "1.2.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.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/**/*.{h,m}"