[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 1 / b / Cloe / 0.3.0 / Cloe.podspec.json
blob61362cb2797abd9600f1857a9a4f9445bd7cdfa5
2   "name": "Cloe",
3   "version": "0.3.0",
4   "summary": "Cloe is Redux on Combine for SwiftUI with excellent feng shui.",
5   "description": "Heavily inspired by ReSwift, but Cloe does away with the bespoke pub/sub system\nand instead uses Combine. The composeMiddleware code is easier to read than ReSwift\nand the Middleware type is simpler making it easier to write your own Middleware.\nComes with both the classic Thunk middleware, as well as a middleware specifically\nfor Combine pipelines.",
6   "homepage": "https://github.com/gilbox/Cloe",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gil Birman": "birmangil@gmail.com"
13   },
14   "platforms": {
15     "ios": "13",
16     "osx": "10.15",
17     "watchos": "6",
18     "tvos": "13"
19   },
20   "source": {
21     "git": "https://github.com/gilbox/Cloe.git",
22     "tag": "0.3.0"
23   },
24   "swift_versions": [
25     "5.0",
26     "5.1"
27   ],
28   "source_files": [
29     "Sources",
30     "Sources/**/*"
31   ],
32   "swift_version": "5.1"