[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / c / 9 / f / Ergo / 1.0.1 / Ergo.podspec.json
blob7a741a9e664026a619cdd496855b85a4ac744e2a
2   "name": "Ergo",
3   "version": "1.0.1",
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/nayanda1/Ergo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nayanda": "nayanda1@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/nayanda1/Ergo.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Ergo/Classes/**/*"