blob: 85aec18fe7104c00590bc5fd2a04905429922b07 [file] [log] [blame]
{
"name": "Redux",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Redux": [
"Pod/Assets/*.png"
]
}
}