[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / c / 9 / f / Ergo / 1.4.0 / Ergo.podspec.json
blob169eb9d63b5f12a9e1c4d51f21d3b7b63b881fae
2   "name": "Ergo",
3   "version": "1.4.0",
4   "summary": "Ergo is a framework for concurrent programming based on promise pipelining",
5   "description": "Ergo is a framework for concurrent programming based on promise pipelining. It could help to avoid callback hell in complex asynchronous task",
6   "homepage": "https://github.com/hainayanda/Ergo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nayanda": "hainayanda@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/hainayanda/Ergo.git",
16     "tag": "1.4.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Ergo/Classes/**/*",
22   "dependencies": {
23     "Chary": [
24       "~> 1.0.1"
25     ]
26   }