[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 9 / d / Redux / 0.1.0 / Redux.podspec.json
blob5aa2240bea466b084abe29690cce46eb086f009b
2   "name": "Redux",
3   "version": "0.1.0",
4   "summary": "Swift implementation of Redux.",
5   "description": "A Swift implementation of rackt/redux by Dan Abramov and the React Community.",
6   "homepage": "https://github.com/oursky/Redux",
7   "license": "MIT",
8   "authors": {
9     "Steven-Chan": "stevenchan@oursky.com"
10   },
11   "source": {
12     "git": "https://github.com/oursky/Redux.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Redux": [
22       "Pod/Assets/*.png"
23     ]
24   }