blob: 0a20cdfd5bce3ae8e82e4ce4a04a34eff2100dc6 [file] [log] [blame]
{
"name": "DKExtensions",
"version": "0.0.1",
"license": "MIT",
"summary": "An easy use extension and Custom of UIView.",
"description": "A easy use extension of UIView.\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"authors": "lidengke",
"homepage": "https://github.com/DK-L-iOS/DKExtensions",
"source": {
"git": "https://github.com/DK-L-iOS/DKExtensions.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DKExtensions/**/*.{h,m}",
"resource_bundles": {
"DKExtensions": [
"DKExtensions/DKProgressHUD/*.png"
]
},
"public_header_files": "DKExtensions/**/*.h",
"dependencies": {
"MBProgressHUD": [
"~> 0.9.2"
]
}
}