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