[Add] PULPulsateBeta 4.7.0BetaRC10
[CocoaPods.git] / Specs / d / 9 / 8 / Dispatch3 / 0.5.0 / Dispatch3.podspec.json
blobd3ebce98e93f8c10affb7742d4d0d0c0e4cb3192
2   "name": "Dispatch3",
3   "version": "0.5.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.5.0"
17   },
18   "social_media_url": "https://twitter.com/humblehacker",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Dispatch3/Classes/**/*"