blob: c2742351403b5eb804982be19e7692c9ebecb8ac [file] [log] [blame]
{
"name": "YYTooling",
"version": "1.0.3",
"summary": "a YYTooling component",
"description": "YYTooling 是一个用于保存一些常用工具类的工具",
"homepage": "https://github.com/ArrQ/YYTools",
"license": "MIT",
"authors": {
"ArrQ": "2206506738@qq.com"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/ArrQ/YYTools.git",
"tag": "1.0.3"
},
"requires_arc": true,
"source_files": "YYToolOne/YYTools/YYTooling/YYTools.h",
"subspecs": [
{
"name": "YYNoticeViewTool",
"platforms": {
"ios": "8.0"
},
"source_files": [
"YYToolOne/YYTools/YYTooling/YYNoticeViewTool/YYNoticeViewTool.h",
"YYToolOne/YYTools/YYTooling/YYNoticeViewTool/**/**.{h,m}"
]
}
]
}