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