blob: 5551dc87b584192ed460a959997f7d2756bd4354 [file] [log] [blame]
{
"name": "DKExtensions",
"version": "0.0.4",
"license": "MIT",
"summary": "An easy to 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.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DKExtensions/**/*.{h,m}",
"resource_bundles": {
"DKExtensions": [
"DKExtensions/DKProgressHUD.bundle"
]
},
"dependencies": {
"MBProgressHUD": [
"~> 0.9.2"
]
}
}