blob: 69e4c7e2c08bbd1c4dcaf3573c5cdf185e13564e [file] [log] [blame]
{
"name": "YVKit",
"version": "1.0.7",
"summary": "提供了 Foundation ,UIKit 下常用的一些分类和方法,作为一个基础库方便开发者使用,整合了自己写的一些项目里的分类,以及从 YVCategorys 中提取了一些方法的代码.",
"homepage": "https://github.com/ZhaoBingDong/YVKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZhaoBingDong": "dongzhaobing@bayekeji.com"
},
"source": {
"git": "https://github.com/ZhaoBingDong/YVKit.git",
"tag": "1.0.7"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "YVKit",
"source_files": "YVKit/YVKit/**/*"
},
{
"name": "YVCategorys",
"source_files": "YVKit/YVCategory/**/*"
},
{
"name": "YVKeychain",
"source_files": "YVKit/YVKeychain/**/*"
},
{
"name": "YVRoundImage",
"source_files": "YVKit/YVRoundImage/**/*",
"dependencies": {
"SDWebImage": [
]
}
},
{
"name": "YVEncrypt",
"source_files": "YVKit/YVEncrypt/**/*"
}
]
}