blob: 92b8e374c7834958a23bce58ef8ffeef3852f4fa [file] [log] [blame]
{
"name": "YLKits",
"version": "0.2.0",
"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.2.0"
},
"source_files": "YLKit/*.h",
"public_header_files": "YLKit/*.h",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"subspecs": [
{
"name": "Foundation",
"source_files": "YLKit/Core/Foundation/**/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "YLKit/Core/UIKit/**/*.{h,m}"
}
]
},
{
"name": "Forwarding",
"public_header_files": "YLKit/Forwarding/*.h",
"source_files": "YLKit/Forwarding/*.{h,m}"
}
]
}