Skip to content

Commit 8e92cca

Browse files
committed
Update to swift 5
1 parent 15c8f65 commit 8e92cca

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

Core/LRPush.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@objcMembers
2020
open class LRPush: NSObject {
2121

22-
open static let PAYLOAD = "payload"
22+
public static let PAYLOAD = "payload"
2323

2424
var failure: LRFailureBlock?
2525
var pushNotification: (([String: AnyObject]) -> ())?

Liferay-Push.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Pod::Spec.new do |s|
1212
"Bruno Farache" => "[email protected]"
1313
}
1414
s.platform = :ios
15-
s.ios.deployment_target = "8.0"
15+
s.swift_version = "5.0"
16+
s.ios.deployment_target = "10.0"
1617
s.source = {
1718
:git => "https://github.com/liferay-mobile/liferay-push-ios.git",
1819
:tag => "1.0.15"

Test/Supporting Files/LiferayPush.h

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)