[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 1 / 4 / CoreDispatch / 1.0.0 / CoreDispatch.podspec.json
blobe571ff5c1048f7150c8ce2b2c11ce672af5b0806
2   "name": "CoreDispatch",
3   "version": "1.0.0",
4   "homepage": "https://github.com/naftaly/CoreDispatch",
5   "source": {
6     "git": "https://github.com/naftaly/CoreDispatch.git",
7     "tag": "1.0.0"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "summary": "Simple wrapper around GCD.",
14   "social_media_url": "https://twitter.com/naftaly",
15   "authors": {
16     "Alexander Cohen": "naftaly@me.com"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": [
23     "CoreDispatch/*.h",
24     "CoreDispatch/*.m"
25   ],
26   "public_header_files": [
27     "CoreDispatch/*.h"
28   ]