blob: ce6747477c8ba7789e18a2f9b76dea6fe5fd5683 [file] [log] [blame]
{
"name": "YLCommonKit",
"version": "0.0.4",
"summary": "我的基础库",
"description": "简单的整理,常用的分类",
"homepage": "https://github.com/xyl-private/YLCommonKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"村雨灬龑": "xyl-private@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/xyl-private/YLCommonKit.git",
"tag": "0.0.4"
},
"subspecs": [
{
"name": "YLMacro",
"source_files": "YLCommonKit/YLMacro/*.{h,m}",
"public_header_files": "YLCommonKit/YLMacro/*.h"
},
{
"name": "YLFoundation",
"source_files": "YLCommonKit/YLCategory/YLFoundation/**/*.{h,m}",
"public_header_files": "YLCommonKit/YLCategory/YLFoundation/**/*.h"
},
{
"name": "YLUIKit",
"source_files": "YLCommonKit/YLCategory/YLUIKit/**/*.{h,m}",
"public_header_files": "YLCommonKit/YLCategory/YLUIKit/**/*.h"
}
]
}