[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 2 / 9 / 7 / GBHUD / 1.0.3 / GBHUD.podspec.json
blob9a4f4d7d3e04199ee19197bf82585629ca19bb73
2   "name": "GBHUD",
3   "version": "1.0.3",
4   "source": {
5     "git": "https://github.com/lmirosevic/GBHUD.git",
6     "tag": "1.0.3"
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     "resource_bundles": {
22       "GBHUDResources-OSX": "GBHUD/Resources/*"
23     }
24   },
25   "ios": {
26     "exclude_files": "GBHUD-Interface-OSX.h",
27     "resource_bundles": {
28       "GBHUDResources-iOS": "GBHUD/Resources/*"
29     }
30   },
31   "frameworks": [
32     "QuartzCore",
33     "CoreGraphics"
34   ],
35   "requires_arc": true