[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 0 / 1 / DKExtensions / 0.0.1 / DKExtensions.podspec.json
blob0a20cdfd5bce3ae8e82e4ce4a04a34eff2100dc6
2   "name": "DKExtensions",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "An easy 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.1"
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/*.png"
21     ]
22   },
23   "public_header_files": "DKExtensions/**/*.h",
24   "dependencies": {
25     "MBProgressHUD": [
26       "~> 0.9.2"
27     ]
28   }