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