[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / e / 3 / MBProgressHUDExtensions / 0.0.1 / MBProgressHUDExtensions.podspec.json
blob4b2b864a78a73223ac8f49dce51a9789e457166c
2   "name": "MBProgressHUDExtensions",
3   "version": "0.0.1",
4   "summary": "UIViewController extensions for displaying an MBProgressHUD",
5   "description": "                         Provides convenience methods that can be mixed into UIViewController subclasses\n                         for easily displaying MBProgressHUD instances.\n",
6   "homepage": "https://github.com/SymmetricInfinity/MBProgressHUDExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Duke": "adam.v.duke@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/adamvduke",
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/SymmetricInfinity/MBProgressHUDExtensions.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "*.{h,m}",
23   "frameworks": "UIKit",
24   "requires_arc": false,
25   "dependencies": {
26     "MBProgressHUD": [
27       "~> 0.4"
28     ]
29   }