File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Pod ::Spec . new do |s |
3
3
s . name = "ReactNativeExceptionHandler"
4
- s . version = "1.0.0 "
5
- s . summary = "ReactNativeExceptionHandler "
4
+ s . summary = "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions "
5
+ s . version = "2.1.0 "
6
6
s . description = <<-DESC
7
- ReactNativeExceptionHandler
7
+ A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.
8
+ The module helps prevent abrupt crashing of RN Apps without a graceful message to the user.
8
9
DESC
9
- s . homepage = ""
10
+ s . homepage = "https://github.com/master-atul/react-native-exception-handler "
10
11
s . license = "MIT"
11
- # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
12
- s . author = { "author" => "author@domain.cn" }
12
+ s . author = { "Atul R" => "atulanand94@gmail.com" }
13
13
s . platform = :ios , "7.0"
14
14
s . source = { :git => "https://github.com/author/ReactNativeExceptionHandler.git" , :tag => "master" }
15
15
s . source_files = "ReactNativeExceptionHandler/**/*.{h,m}"
16
16
s . requires_arc = true
17
17
18
-
19
18
s . dependency "React"
20
- #s.dependency "others"
21
19
22
20
end
23
-
24
-
You can’t perform that action at this time.
0 commit comments