blob: 35c8e2172b41c0e86c526fa13c237bfa8ed646fc [file] [log] [blame]
{
"name": "DYUtils",
"version": "1.0.0",
"summary": "iOS 工具类",
"description": "iOS 常用工具类",
"homepage": "http://git.datayes.com/iOS-Library/DYAppearance.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yiru.Huang": "yiru.huang@datayes.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://git.datayes.com/yiru.huang/DYUtils.git",
"tag": "1.0.0"
},
"vendored_frameworks": [
"DYUtils/Frameworks/FMDB.framework"
],
"resources": [
"DYUtils/DYUtils.bundle",
"DYUtils/DYAppearance.bundle"
],
"requires_arc": true,
"frameworks": "UIKit",
"subspecs": [
{
"name": "DYAVoidCrash",
"source_files": "DYUtils/Utils/DYAVoidCrash/*.{h,m}"
},
{
"name": "DYCommonTools",
"source_files": "DYUtils/Utils/DYCommonTools/**/*.{h,m}"
},
{
"name": "JMCacheUtil",
"source_files": "DYUtils/Utils/JMCacheUtil/*.{h,m}"
},
{
"name": "MLButton",
"source_files": "DYUtils/Utils/MLButton/*.{h,m}"
},
{
"name": "UILabel",
"source_files": "DYUtils/Utils/UILabel/*.{h,m}"
},
{
"name": "ToastUtil",
"source_files": "DYUtils/Utils/ToastUtil/*.{h,m}"
},
{
"name": "DYAppearance",
"source_files": "DYUtils/Utils/DYAppearance/*.{h,m}",
"public_header_files": "DYUtils/Utils/DYAppearance/DYAppearance.h"
},
{
"name": "Test",
"source_files": "DYUtils/Utils/Test/*.{h,m}",
"public_header_files": "DYUtils/Utils/Test/Test.h"
}
]
}