blob: eb3d21b5ba589031956bdcac1043f8313ae60357 [file] [log] [blame]
{
"name": "YTDevelopTools",
"version": "1.1.4",
"summary": "YTDevelopTools 开发工具类",
"homepage": "https://github.com/745352049/YTDevelopTools",
"authors": {
"Augentstern": "745352049@qq.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/745352049/YTDevelopTools.git",
"tag": "1.1.4"
},
"public_header_files": "YTDevelopTools/YTDevelopTools.h",
"source_files": "YTDevelopTools/YTDevelopTools.h",
"resources": "YTDevelopTools/*.{png,bundle}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Category",
"source_files": "YTDevelopTools/Category/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "Util",
"source_files": "YTDevelopTools/Util/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "UIDesign",
"source_files": "YTDevelopTools/UIDesign/*.{h,m}",
"frameworks": "UIKit"
}
]
}