blob: 0b1f162e01519e16740755bc798d8af586ffe368 [file] [log] [blame]
{
"name": "YLKits",
"version": "0.0.5",
"summary": "常用工具类,分类,集成类",
"description": "积累的一些常用类,方便统一集成,方便构建项目。",
"homepage": "https://github.com/Connerli/YLKits",
"license": "MIT",
"authors": {
"Conner": "448922571@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Connerli/YLKits.git",
"tag": "0.0.5"
},
"source_files": [
"YLKit/YLKit.h",
"YLKit/YLUIKitHeader.h",
"YLKit/YLFoundationHeader.h"
],
"subspecs": [
{
"name": "Foundation",
"source_files": "YLKit/Foundation/**/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "YLKit/UIKit/**/*.{h,m}"
}
]
}