blob: ca3d41decd1b437091e6a3882f04d4ed7a4b9631 [file] [log] [blame]
{
"name": "YLKits",
"version": "0.1.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.1.0"
},
"source_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",
"source_files": "YLKit/Forwarding/*.{h,m}"
},
{
"name": "MethodSwizzling",
"source_files": "YLKit/MethodSwizzling/*.{h,m}"
}
]
}