File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "0.0.3" : " https://github.com/ContentSquare/CS_iOS_CrashReporter/releases/download/0.0.3/CSCrashReporter.xcframework.zip"
3+ "1.0.0" : " https://github.com/ContentSquare/CS_iOS_CrashReporter/releases/download/1.0.0/CSCrashReporter.xcframework.zip"
34}
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = 'CSCrashReporter'
3- s . version = '0 .0.3 '
3+ s . version = '1 .0.0 '
44s . summary = 'CrashReporter used by Contentsquare'
55s . homepage = 'https://docs.contentsquare.com/ios'
66s . author = { 'Romain Bouic' => 'romain.bouic@contentsquare.com' }
@@ -27,5 +27,5 @@ s.platform = :ios
2727s . swift_version = '5.1'
2828s . ios . deployment_target = '12.0'
2929s . ios . vendored_frameworks = 'CSCrashReporter.xcframework'
30- s . source = { :http => 'https://github.com/ContentSquare/CS_iOS_CrashReporter/releases/download/0 .0.3 /CSCrashReporter.xcframework.zip' , :flatten => true }
30+ s . source = { :http => 'https://github.com/ContentSquare/CS_iOS_CrashReporter/releases/download/1 .0.0 /CSCrashReporter.xcframework.zip' , :flatten => true }
3131end
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ let package = Package(
1414 targets: [
1515 . binaryTarget(
1616 name: " CSCrashReporter " ,
17- url: " https://github.com/ContentSquare/CS_iOS_CrashReporter/releases/download/0 .0.3 /CSCrashReporter.xcframework.zip " ,
18- checksum: " 6499324f885d02026e5a3e30b535c8e9b3a6e3be624bd05059ef4e1e41070b97 " )
17+ url: " https://github.com/ContentSquare/CS_iOS_CrashReporter/releases/download/1 .0.0 /CSCrashReporter.xcframework.zip " ,
18+ checksum: " fc35487b598136a47fcf1b2fea5350b2db4847dcf3e46241cfa25069d670efb2 " )
1919 ]
2020)
You can’t perform that action at this time.
0 commit comments