blob: cfcf2d91d7bdf5559c83ae3dfb306a7dfb4bbf6d [file] [log] [blame]
{
"name": "MUKContentRedux",
"version": "1.3.0",
"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.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core/**/*.{h,m}"
},
{
"name": "Logger",
"source_files": "Pod/Logger/*.{h,m}",
"dependencies": {
"MUKContentRedux/Core": [
]
}
},
{
"name": "Thunk",
"source_files": "Pod/Thunk/*.{h,m}",
"dependencies": {
"MUKContentRedux/Core": [
]
}
}
]
}