[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 9 / 8 / Dispatch3 / 0.3.0 / Dispatch3.podspec.json
blob493780a6753e91369e5a6fb673bca3c86b278a86
2   "name": "Dispatch3",
3   "version": "0.3.0",
4   "summary": "iOS10 workalike Dispatch framework",
5   "description": "Dispatch3 is a wrapper around the iOS9 Dispatch framework providing the same syntax and functionality as the new Dispatch framework in iOS10. It provides features like the ability to return values and throw exceptions from sync closures, dispatchPrecondition(), and the much simpler replacement for dispatch_after().",
6   "homepage": "https://github.com/humblehacker/Dispatch3",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "David Whetstone": "david@humblehacker.com"
13   },
14   "source": {
15     "git": "https://github.com/humblehacker/Dispatch3.git",
16     "tag": "0.3.0"
17   },
18   "social_media_url": "https://twitter.com/humblehacker",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Dispatch3/Classes/**/*"