[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 4 / b / AHFuture / 0.1.8 / AHFuture.podspec.json
blob4b4ba81736153377b44d853198a065ed0fa8f0f6
2   "name": "AHFuture",
3   "version": "0.1.8",
4   "summary": "A cool library for the asynchronous task usign idea of Futures",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/AlexHmelevski/AHFuture.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AlexHmelevski": "alexei.hmelevski@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AlexHmelevski/AHFuture.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "12.0"
21   },
22   "swift_version": "5.0",
23   "source_files": "AHFuture/Classes/**/*",
24   "dependencies": {
25     "ALEither": [
27     ]
28   }