blob: 57151c26a6cd8af2a49bec4dea199258419c3465 [file] [log] [blame]
{
"name": "SKKit",
"version": "1.2.2",
"summary": "提供了 Foundation ,UIKit 下常用的一些分类和方法,作为一个基础库方便开发者使用,整合了自己写的一些项目里的分类,以及从 YYCategorys 中提取了一些方法的代码.",
"homepage": "https://github.com/ZhaoBingDong/SKKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZhaoBingDong": "dongzhaobing@bayekeji.com"
},
"source": {
"git": "https://github.com/ZhaoBingDong/SKKit.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SKKit/SKKit.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
},
"subspecs": [
{
"name": "Extension",
"source_files": "SKKit/Extension/**/*"
},
{
"name": "SKNetwork",
"source_files": "SKKit/SKNetwork/**/*",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "Tools",
"source_files": "SKKit/Tools/**/*"
},
{
"name": "SKUMShareView",
"source_files": "SKKit/SKUMShareView/**/*{.h,.m}",
"resources": "SKKit/SKUMShareView/**/*{.bundle}"
},
{
"name": "SKHUD",
"source_files": "SKKit/SKHUD/**/*{.h,.m}",
"resources": "SKKit/SKHUD/Lodging.gif"
}
]
}