[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 6 / f / YBUtils / 0.1.4 / YBUtils.podspec.json
blobc64f76eba19b4611826ba44df4c0a7e35e67cb56
2   "name": "YBUtils",
3   "version": "0.1.4",
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.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YBUtils/Classes/**/*"