[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 3 / e / a / JGProgressHUD / 1.0.1 / JGProgressHUD.podspec.json
blob1d5a0ca801b5a8d8e5e11d4f7af9ddb698d7e600
2   "name": "JGProgressHUD",
3   "version": "1.0.1",
4   "summary": "Simple but powerful and modern progress HUD for iOS.",
5   "description": "\t\t   <b>JGProgressHUD:</b>\n                   • Super simple to implement\n\t\t   • Feature rich\n\t\t   • Easy extensibility and customization (custom animations and progress indicators)\n\t\t   • Up to date, ex. using a blurred view on iOS 8\n\t\t   • Backwards compatibility to iOS 5\n\t\t   • Well documented\n\t\t   • And most importantly, it looks good!\t\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.1"
19   },
20   "source_files": "JGProgressHUD/JGProgressHUD/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "QuartzCore"
25   ],
26   "requires_arc": true