[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 2 / 4 / PLCrashReporter-DynamicFramework / 1.3.0.0 / PLCrashReporter-DynamicFramework.podspec.json
blob894f6989ee2b30769633b72e59d94775e272788b
2   "name": "PLCrashReporter-DynamicFramework",
3   "version": "1.3.0.0",
4   "summary": "Reliable, open-source crash reporting for iOS and Mac OS X.",
5   "description": "Plausible CrashReporter provides an in-process crash reporting \nframework for use on both iOS and Mac OS X, and powers many of \nthe crash reporting services available for iOS, including \nHockeyApp, Flurry, Crittercism and FoglightAPM.",
6   "homepage": "https://github.com/plausiblelabs/plcrashreporter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Plausible Labs Cooperative, Inc.": "contact@plausible.coop"
13   },
14   "source": {
15     "git": "https://github.com/plausiblelabs/plcrashreporter.git",
16     "commit": "5347b1e1e5f2e134f624dd0c47de74b8b40a57eb"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": [
22     "Source/**/*.{h,hpp,c,cc,cpp,m,mm,s}",
23     "Dependencies/protobuf-2.0.3/src/*"
24   ],
25   "exclude_files": [
26     "**/*Tests.*",
27     "**/*_test_*",
28     "**/*TestCase.*",
29     "**/*test.*",
30     "**/*main.m"
31   ],
32   "public_header_files": [
33     "Source/**/*.h",
34     "Dependencies/**/*.h"
35   ],
36   "prefix_header_contents": "#import \"PLCrashNamespace.h\"",
37   "header_mappings_dir": ".",
38   "requires_arc": false,
39   "resources": "Resources/*.proto",
40   "preserve_paths": "Dependencies/**",
41   "pod_target_xcconfig": {
42     "GCC_PREPROCESSOR_DEFINITIONS": "PLCR_PRIVATE"
43   },
44   "xcconfig": {
45     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
46   },
47   "prepare_command": "cd \"Resources\" && \"../Dependencies/protobuf-2.0.3/bin/protoc-c\" --c_out=\"../Source\" \"crash_report.proto\" && cd ..\nfind . \\( -iname '*.h' -o -iname '*.hpp' -o -iname '*.c' -o -iname '*.cc' -o -iname '*.cpp' -o -iname '*.m' -o -iname '*.mm' \\) -exec sed -i '' -e 's/#include <google\\/protobuf-c\\/protobuf-c.h>/#include \"..\\/Dependencies\\/protobuf-2.0.3\\/src\\/protobuf-c.h\"/g' {} \\;\nfind . \\( -iname '*.h' -o -iname '*.hpp' -o -iname '*.c' -o -iname '*.cc' -o -iname '*.cpp' -o -iname '*.m' -o -iname '*.mm' \\) -exec sed -i '' -e 's/#import \"CrashReporter\\/CrashReporter.h\"/#import \"CrashReporter.h\"/g' {} \\;",
48   "libraries": "c++"