[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / 6 / SKKit / 1.1.8 / SKKit.podspec.json
blob56f67fa217920372ab1e9af6d895a09046e69b2a
2   "name": "SKKit",
3   "version": "1.1.8",
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.1.8"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "SKKit/SKKit.h",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Extension",
30       "source_files": "SKKit/Extension/**/*"
31     },
32     {
33       "name": "SKNetwork",
34       "source_files": "SKKit/SKNetwork/**/*",
35       "dependencies": {
36         "AFNetworking": [
38         ]
39       }
40     },
41     {
42       "name": "Tools",
43       "source_files": "SKKit/Tools/**/*"
44     },
45     {
46       "name": "SKUMShareView",
47       "source_files": "SKKit/SKUMShareView/**/*{.h,.m}",
48       "resources": "SKKit/SKUMShareView/**/*{.bundle}"
49     }
50   ]