[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / 6 / SKKit / 1.0.5 / SKKit.podspec.json
blob23f86c98adfb6597095c74dc3aa5774642a2e65d
2   "name": "SKKit",
3   "version": "1.0.5",
4   "summary": "提供了 Foundation ,UIKit 下常用的一些分类和方法,作为一个基础库方便开发者使用,整合了自己写的一些项目里的分类,以及从 YYCategorys 中提取了一些方法的代码.",
5   "homepage": "https://github.com/ZhaoBingDong/SKKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ZhaoBingDong": "dongzhaobing@bayekeji.com"
12   },
13   "source": {
14     "git": "https://github.com/ZhaoBingDong/SKKit.git",
15     "tag": "1.0.5"
16   },
17   "source_files": "SKKit/**/*{.h,.m}",
18   "platforms": {
19     "ios": "8.0"
20   }