[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 3 / e / a / JGProgressHUD / 1.1.2 / JGProgressHUD.podspec.json
blob3c7a7e6e3bdb8231c74618ff2c01a440df2a919a
2   "name": "JGProgressHUD",
3   "version": "1.1.2",
4   "summary": "Powerful and modern progress HUD for iOS.",
5   "description": "<b>JGProgressHUD:</b>\n• Super simple to implement\n• Feature-rich\n• Easy extensibility and customization (custom animations and progress indicators)\n• Up to date, ex. using a blurred view on iOS 8\n• Backwards compatibility to iOS 5\n• Well documented\n• And most importantly, it looks good!\n",
6   "homepage": "https://github.com/JonasGessner/JGProgressHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": "Jonas Gessner",
12   "social_media_url": "http://twitter.com/JonasGessner",
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/JonasGessner/JGProgressHUD.git",
18     "tag": "v1.1.2"
19   },
20   "source_files": "JGProgressHUD/JGProgressHUD/*.{h,m}",
21   "resources": "JGProgressHUD/JGProgressHUD/JGProgressHUD Resources.bundle",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "QuartzCore"
26   ],
27   "requires_arc": true