blob: 0cde8ae797a6207de9fe8e8763e23087187b465b [file] [log] [blame]
{
"name": "YYCommon",
"version": "1.0.0",
"summary": "a common component",
"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.0"
},
"requires_arc": true,
"source_files": "YYTools/YYTools/YYCommon/YYTools.h",
"subspecs": [
{
"name": "Tool",
"platforms": {
"ios": "8.0"
},
"source_files": [
"YYTools/YYTools/YYCommon/YYNoticeViewTool/YYNoticeViewTool.h",
"YYTools/YYTools/YYCommon/YYNoticeViewTool/**/**.{h,m}"
]
}
]
}