[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / e / 5 / GBNotificationCenter / 1.0.2 / GBNotificationCenter.podspec.json
blob1c4df305b017c802c73db6e71d8b9e2697bbd1a6
2   "name": "GBNotificationCenter",
3   "version": "1.0.2",
4   "summary": "A clean & elegant block based API for user notifications.",
5   "homepage": "https://github.com/lmirosevic/GBNotificationCenter",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Luka Mirosevic": "luka@goonbee.com"
9   },
10   "platforms": {
11     "osx": "10.7"
12   },
13   "source": {
14     "git": "https://github.com/lmirosevic/GBNotificationCenter.git",
15     "tag": "1.0.2"
16   },
17   "source_files": "GBNotificationCenter/*.{h,m}",
18   "public_header_files": "GBNotificationCenter/*.h",
19   "requires_arc": true,
20   "vendored_frameworks": "GBNotificationCenter/Growl.framework",
21   "preserve_paths": "GBNotificationCenter/Growl.framework",
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
24   },
25   "dependencies": {
26     "GBToolbox": [
27       ">= 3.13.2"
28     ]
29   }