[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 5 / c / QuincyKit / 2.1.7 / QuincyKit.podspec.json
blob15ae54d3c9b9c20a272fd91834d2b6752897d472
2   "name": "QuincyKit",
3   "version": "2.1.7",
4   "license": "MIT & Apache License, Version 2.0",
5   "summary": "Live crash report management for iOS and Mac OS X. AppStore ready!.",
6   "homepage": "https://github.com/TheRealKerni/QuincyKit",
7   "authors": {
8     "Andreas Linde": "mail@andreaslinde.de"
9   },
10   "source": {
11     "git": "https://github.com/TheRealKerni/QuincyKit.git",
12     "tag": "2.1.7"
13   },
14   "ios": {
15     "source_files": "client/iOS/*.{h,m}",
16     "resources": "client/iOS/Quincy.bundle",
17     "frameworks": [
18       "SystemConfiguration",
19       "CrashReporter"
20     ],
21     "xcconfig": {
22       "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/QuincyKit/client/iOS\""
23     },
24     "preserve_paths": "client/iOS/CrashReporter.framework"
25   },
26   "osx": {
27     "source_files": "client/Mac/*.{h,m}",
28     "resources": "client/Mac/BWQuincyMain.nib"
29   },
30   "requires_arc": false