blob: 0fe0b1644790f07aa07e486afe935c9e8c0896b9 [file] [log] [blame]
{
"name": "MUKContentRedux",
"version": "1.0.1",
"summary": "A structure to store content data in an immutable way using input actions.",
"description": "A store for immutable data which can be updated only applying actions. Inspired by ReSwift but very very less ambitious.",
"homepage": "https://github.com/muccy/MUKContentRedux",
"license": "MIT",
"authors": {
"Marco Muccinelli": "muccymac@gmail.com"
},
"source": {
"git": "https://github.com/muccy/MUKContentRedux.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/**/*.{h,m}"
}