[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 2 / 3 / 6 / SKKit / 1.1.2 / SKKit.podspec.json
blob6a94aa30190995d81ef920e90a110df60d48d3af
2   "name": "SKKit",
3   "version": "1.1.2",
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.2"
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   "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   ]