blob: 29151ac7c0ca0a2e8468b1b07e2459505ea44c2f [file] [log] [blame]
{
"name": "Redux",
"version": "0.1.2",
"summary": "Swift implementation of Redux.",
"description": "A Swift implementation of rackt/redux by Dan Abramov and the React Community.",
"homepage": "https://github.com/oursky/Redux",
"license": "MIT",
"authors": {
"Steven-Chan": "stevenchan@oursky.com"
},
"source": {
"git": "https://github.com/oursky/Redux.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Redux": [
"Pod/Assets/*.png"
]
}
}