blob: 387cfc18814ac6472c10c9dac915d7633aefd55e [file] [log] [blame]
{
"name": "YJTool",
"version": "1.1.2",
"summary": "YJTool 个人使用工具类集合",
"description": "个人使用的工具类,帮助在项目中快速开发",
"homepage": "http://github.com/Small-Years/YJTool.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangjian": "18263800587@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Small-Years/YJ_Tool.git",
"tag": "1.1.2"
},
"source_files": "YJTool_Demo/YJ_Tool/YJ_ToolHeader.h",
"public_header_files": "YJTool_Demo/YJ_Tool/YJ_ToolHeader.h",
"resources": "YJTool_Demo/YJ_Tool/Resources/*.png",
"frameworks": [
"UIKit",
"ImageIO"
],
"subspecs": [
{
"name": "UIImage",
"source_files": "YJTool_Demo/YJ_Tool/UIImage/*.{h,m}"
},
{
"name": "CreateView",
"source_files": "YJTool_Demo/YJ_Tool/CreateView/*.{h,m}"
},
{
"name": "Tool",
"source_files": "YJTool_Demo/YJ_Tool/Tool/*.{h,m}"
},
{
"name": "EmptyData",
"source_files": "YJTool_Demo/YJ_Tool/EmptyData/*.{h,m}"
}
]
}