blob: 8bc6df09e3f6b24fb359c484545e60201ef35c6a [file] [log] [blame]
{
"name": "DDCoreCategory",
"version": "1.2.0",
"summary": "A categorys used on iOS.",
"homepage": "https://github.com/393385724/DDCategoryDemo",
"license": "MIT",
"authors": {
"llg": "393385724@qq.com"
},
"source": {
"git": "https://github.com/393385724/DDCategoryDemo.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"deprecated": true,
"subspecs": [
{
"name": "Runtime",
"source_files": "DDCoreCategory/Runtime/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "Core",
"source_files": "DDCoreCategory/Core/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"DDCoreCategory/Runtime": [
]
}
},
{
"name": "HitEdgeInsets",
"source_files": "DDCoreCategory/HitEdgeInsets/*.{h,m}"
},
{
"name": "Safety",
"source_files": "DDCoreCategory/Safety/*.{h,m}",
"dependencies": {
"DDCoreCategory/Runtime": [
]
}
},
{
"name": "Rotate",
"source_files": "DDCoreCategory/Rotate/*.{h,m}",
"dependencies": {
"DDCoreCategory/Runtime": [
]
}
}
]
}