[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 3 / e / a / JGProgressHUD / 1.0.3 / JGProgressHUD.podspec.json
blob18551fa3bf81e4b0c12673e24716b9deeba58fac
2   "name": "JGProgressHUD",
3   "version": "1.0.3",
4   "summary": "Simple but 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.0.3"
19   },
20   "source_files": "JGProgressHUD/JGProgressHUD/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "QuartzCore"
25   ],
26   "requires_arc": true