[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 0 / 1 / DKExtensions / 0.0.6 / DKExtensions.podspec.json
blob5e1570b3640a44675a0e90ac8726100be8951699
2   "name": "DKExtensions",
3   "version": "0.0.6",
4   "license": "MIT",
5   "summary": "An easy to use extension and Custom of UIView.",
6   "description": "A easy use extension of UIView.\n* Markdown format.\n* Don't worry about the indent, we strip it!",
7   "authors": "lidengke",
8   "homepage": "https://github.com/DK-L-iOS/DKExtensions",
9   "source": {
10     "git": "https://github.com/DK-L-iOS/DKExtensions.git",
11     "tag": "0.0.6"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "source_files": "DKExtensions/**/*.{h,m}",
18   "resource_bundles": {
19     "DKExtensions": [
20       "DKExtensions/DKProgressHUD.bundle"
21     ]
22   },
23   "dependencies": {
24     "MBProgressHUD": [
25       "~> 0.9.2"
26     ]
27   }