[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / c / MGCommandConfig / 0.1.0 / MGCommandConfig.podspec.json
blobab83fe43ee974df80ee663f47290787f76112764
2   "name": "MGCommandConfig",
3   "version": "0.1.0",
4   "summary": "This library allows to configure commands (MGCommand lib) via config files.",
5   "homepage": "https://github.com/MattesGroeger/MGCommandConfig",
6   "license": "MIT",
7   "authors": {
8     "Mattes Groeger": "info@mattes-groeger.de"
9   },
10   "source": {
11     "git": "https://github.com/MattesGroeger/MGCommandConfig.git",
12     "tag": "0.1.0"
13   },
14   "source_files": "MGCommandConfig/Classes/**/*.{h,m}",
15   "requires_arc": true,
16   "dependencies": {
17     "MGCommand": [
18       "~> 0.1.0"
19     ]
20   }