File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616 #
1717
1818 s . name = "CrashOps"
19- s . version = "0.3.13 "
19+ s . version = "0.3.14 "
2020 s . summary = "CrashOps lets you monitor your app's stability and vulnerability by giving you error and crash reports, supported by CrashOps servers."
2121
2222 # This description is used to generate tags and improve search results.
@@ -76,7 +76,7 @@ Pod::Spec.new do |s|
7676 # Supports git, hg, bzr, svn and HTTP.
7777 #
7878
79- s . source = { :git => "https://github.com/CrashOps/iOS-SDK.git" , :tag => "#{ s . version } " }
79+ s . source = { :git => "https://github.com/CrashOps/iOS-SDK.git" , :branch => "#{ s . version } " }
8080
8181
8282 # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ +(BOOL)isRunningOnDebugMode {
8585}
8686
8787+ (NSString *)sdkVersion {
88- return @" 0.3.13 " ;
88+ return @" 0.3.14 " ;
8989}
9090
9191- (void ) crash {
@@ -152,7 +152,7 @@ +(void)initialize {
152152@end
153153
154154// ! Project version number for CrashOps.
155- // double CrashOpsVersionNumber = 0.0313 ;
155+ // double CrashOpsVersionNumber = 0.0314 ;
156156
157157// ! Project version string for CrashOps.
158- // const unsigned char CrashOpsVersionString[] = "0.03.13 ";
158+ // const unsigned char CrashOpsVersionString[] = "0.03.14 ";
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ CrashOps lets you monitor your app's stability and vulnerability by giving you e
1212You want to add ` pod 'CrashOps' ` similar to the following to your Podfile:
1313```
1414target 'MyApp' do
15- pod 'CrashOps', '0.3.12 '
15+ pod 'CrashOps', '0.3.14 '
1616end
1717```
1818Then run a ` pod install ` in your terminal, or from CocoaPods app.
You can’t perform that action at this time.
0 commit comments