[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 4 / 3 / 8 / Executor / 0.0.1 / Executor.podspec.json
blobba701a66c150e28c107607e46b15c5ea518e1745
2   "name": "Executor",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Executor is an abstraction for tasks execution decoupled from concrete types like DispatchQueue or OperationQueue.",
9   "homepage": "https://github.com/vlfm/Executor",
10   "authors": {
11     "Valery Fomenko": "vlfm@yandex.ru"
12   },
13   "source": {
14     "git": "https://github.com/vlfm/Executor.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12"
20   },
21   "source_files": "Source/**/*.swift",
22   "pushed_with_swift_version": "3.0"