[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 4 / 1 / f / ZUAsyncOperation / 1.0 / ZUAsyncOperation.podspec.json
blob95dcaf21badf149dbd4e6e111bb07d55d7d96067
2   "name": "ZUAsyncOperation",
3   "version": "1.0",
4   "summary": "Generic subclass of Operation to get result asynchronously.",
5   "description": "AsyncOperation is a generic subclass of Operation to get Swift.Result asynchronously.",
6   "homepage": "https://github.com/zuccoi/AsyncOperation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "zuccoi",
12   "social_media_url": "https://twitter.com/zuccoi",
13   "platforms": {
14     "ios": "11.0.1"
15   },
16   "source_files": "AsyncOperation/AsyncOperation/Source/*.{swift}",
17   "source": {
18     "git": "https://github.com/zuccoi/AsyncOperation.git",
19     "tag": "1.0"
20   },
21   "swift_versions": "5.0",
22   "swift_version": "5.0"