blob: 760dc3bfa4f2b13197e644eb5e8eafa30399f070 [file] [log] [blame]
{
"name": "ZDToolKit",
"version": "0.0.4",
"summary": "awesome iOS development tools(Objective-C)",
"description": "collect some iOS development tools, e.g: category、block、runtime、subclass、macro, and so on...",
"homepage": "https://github.com/faimin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zero.D.Saber": "fuxianchao@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"static_framework": true,
"public_header_files": "ZDToolKit/ZDToolKit.h",
"source": {
"git": "https://github.com/faimin/ZDToolKit.git",
"tag": "0.0.4"
},
"source_files": "ZDToolKit/ZDToolKit.h",
"subspecs": [
{
"name": "ZDAutoLayout",
"source_files": "ZDToolKit/ZDAutoLayout/*.{h,m}"
},
{
"name": "ZDCategory",
"subspecs": [
{
"name": "Foundation",
"source_files": "ZDToolKit/ZDCategory/Foundation/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CoreText"
]
},
{
"name": "UIKit",
"source_files": "ZDToolKit/ZDCategory/UIKit/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore",
"CoreImage",
"CoreGraphics",
"ImageIO",
"CoreText",
"WebKit"
],
"dependencies": {
"ZDToolKit/ZDTools/ZDProxy": [
]
}
}
]
},
{
"name": "ZDSubclass",
"source_files": "ZDToolKit/ZDSubclass/*.{h,m}",
"dependencies": {
"ZDToolKit/ZDTools/ZDProxy": [
]
}
},
{
"name": "ZDMacros",
"source_files": "ZDToolKit/ZDMacros/*.{h,m}"
},
{
"name": "ZDRuntime",
"source_files": "ZDToolKit/ZDRuntime/*.{h,m}"
},
{
"name": "ZDTools",
"source_files": "ZDToolKit/ZDTools/*.{h,m}",
"exclude_files": "ZDToolKit/ZDTools/ZDSafe.{h,m}",
"subspecs": [
{
"name": "ZDProxy",
"source_files": "ZDToolKit/ZDTools/ZDProxy/*.{h,m}"
},
{
"name": "ZDPromise",
"source_files": "ZDToolKit/ZDTools/ZDPromise/*.{h,m}"
},
{
"name": "ProtocolKit",
"source_files": "ZDToolKit/ZDTools/ProtocolKit/*.{h,m}"
}
]
},
{
"name": "no-arc",
"requires_arc": false,
"source_files": "ZDToolKit/ZDTools/ZDSafe.{h,m}"
}
]
}