[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / d / b / ReSwiftThunk / 0.1.0 / ReSwiftThunk.podspec.json
blob251621c36c906312ec7c970adbe3bf96dffb75d8
2   "name": "ReSwiftThunk",
3   "version": "0.1.0",
4   "summary": "Thunk middleware for ReSwift",
5   "description": "A thunk middleware for ReSwift. Allows developers to create easily create async actions. Works well with promises.",
6   "homepage": "https://github.com/mikecole20/ReSwiftThunk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Mike Cole": "mikecole20@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mikecole20/ReSwiftThunk.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "source_files": "ReSwiftThunk/**/*.swift",
26   "dependencies": {
27     "ReSwift": [
28       "~> 3.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"