blob: 77f83d8316290cca8941b8ef6f38e2565e01068c [file] [log] [blame]
{
"name": "DYUtils",
"version": "0.0.5",
"summary": "iOS 工具类",
"description": "iOS 常用工具类",
"homepage": "http://git.datayes.com/yiru.huang/DYUtils.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": "0.0.5"
},
"source_files": "DYUtils/DYUtils.pch",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
},
"subspecs": [
{
"name": "AFNetworkingUtil",
"source_files": "DYUtils/Utils/AFNetworkingUtil/*.{h,m}"
},
{
"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}"
}
]
}