[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / 0 / d / redux-swift / 0.1.1 / redux-swift.podspec.json
blobecc0e21f06b04dd2e3a2c330a513c2aad1be26ed
2   "name": "redux-swift",
3   "version": "0.1.1",
4   "summary": "A basic implementation of Redux state-management in Swift",
5   "description": "A basic implementation of Redux state-management in Swift. Additionally has first-class support for thunks (async actions)",
6   "homepage": "https://github.com/andyksaw/ReduxSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "andyksaw",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "swift_version": "4.0",
16   "source": {
17     "git": "https://github.com/andyksaw/ReduxSwift.git",
18     "tag": "0.1.1"
19   },
20   "source_files": "ReduxSwift/**/*.{h,swift}",
21   "exclude_files": "Classes/Exclude"