[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 5 / c / QuincyKit / 2.1.9 / QuincyKit.podspec.json
blob53452e5ee79c84dfda12b51a791ad6fa44ed4c92
2   "name": "QuincyKit",
3   "version": "2.1.9",
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.9"
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