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