blob: 8aaf0118923275fc2b87b8c34092ef25eef70517 [file] [log] [blame]
{
"name": "YJTool",
"version": "1.0.0",
"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": "0.0.1"
},
"source_files": [
"YJ_Tool/UIImage/*.{h,m}",
"YJ_Tool/CreateView/*.{h,m}"
],
"frameworks": [
"UIKit",
"ImageIO"
]
}