[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 9 / 7 / GBHUD / 1.0.0 / GBHUD.podspec.json
blob51c67245620b05e0a85685cb079f6a3a17b55fa4
2   "name": "GBHUD",
3   "version": "1.0.0",
4   "source": {
5     "git": "https://github.com/lmirosevic/GBHUD.git",
6     "tag": "1.0.0"
7   },
8   "summary": "Lightweight HUD (heads up display) for quick transient modals in iOS & OSX apps.",
9   "homepage": "https://github.com/lmirosevic/GBHUD",
10   "license": "Apache License, Version 2.0",
11   "authors": {
12     "Luka Mirosevic": "luka@goonbee.com"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.6"
17   },
18   "source_files": "GBHUD",
19   "osx": {
20     "exclude_files": "GBHUD-Interface-iOS.h"
21   },
22   "ios": {
23     "exclude_files": "GBHUD-Interface-OSX.h"
24   },
25   "frameworks": [
26     "QuartzCore",
27     "CoreGraphics"
28   ],
29   "requires_arc": true