[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 6 / f / YBUtils / 0.1.6 / YBUtils.podspec.json
blob457d591ac15ad4aca556209f302d7a0d39241416
2   "name": "YBUtils",
3   "version": "0.1.6",
4   "summary": "Provide supplement functions of iOS basic class.",
5   "description": "Provide supplement functions of iOS basic class. Current it will support a NSTimer category, with block support for OS below iOS 10. As from iOS 10, Apple provide its own support. The method name is exactly the same as Apple's own one except for a prefix \"yb_\".",
6   "homepage": "https://github.com/panyibin/YBUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "panyibin": "panyibin@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/panyibin/YBUtils.git",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YBUtils/Classes/**/*"