[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / b / 7 / WJAsync / 0.0.1 / WJAsync.podspec.json
blob9e5ce82170183e9b456b60aadabd84579a8f61bd
2   "name": "WJAsync",
3   "version": "0.0.1",
4   "summary": "异步任务管理.",
5   "description": "基于 GCD 和 Block 实现的一款 OC 版轻量级异步任务管理器.",
6   "homepage": "https://github.com/xinweishang/WJAsync",
7   "license": "MIT",
8   "authors": {
9     "王俊": "1127132348@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/xinweishang/WJAsync.git",
13     "tag": "0.0.1"
14   },
15   "source_files": [
16     "WJAsync",
17     "WJAsync/**"
18   ],
19   "exclude_files": "Classes/Exclude",
20   "platforms": {
21     "osx": null,
22     "ios": null,
23     "tvos": null,
24     "watchos": null
25   }