We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773121d commit 5a3c669Copy full SHA for 5a3c669
Liferay-Push.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = "Liferay-Push"
3
s.module_name = "LRPush"
4
- s.version = "1.0.15"
+ s.version = "1.1.0"
5
s.summary = "Liferay Push iOS Client"
6
s.homepage = "https://github.com/liferay-mobile/liferay-push-ios"
7
s.license = {
@@ -16,8 +16,8 @@ Pod::Spec.new do |s|
16
s.ios.deployment_target = "10.0"
17
s.source = {
18
:git => "https://github.com/liferay-mobile/liferay-push-ios.git",
19
- :tag => "1.0.15"
+ :tag => "1.1.0"
20
}
21
s.source_files = "{Core,Service}/**/*"
22
s.dependency "Liferay-iOS-SDK"
23
-end
+end
0 commit comments