From 967f73a837a66ff0db2ddc685af634c525ec29f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Mu=CC=88ller?= Date: Fri, 16 Mar 2018 17:46:41 +0100 Subject: [PATCH] Updated podspecc for 3.22 and updated License.md --- plugin/LICENSE.md | 2 +- plugin/ios/AnylineReact.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/LICENSE.md b/plugin/LICENSE.md index 6ebf924a..e33291ce 100644 --- a/plugin/LICENSE.md +++ b/plugin/LICENSE.md @@ -1,5 +1,5 @@ Anyline, AnylineSDK -Copyright (c) 2017 Anyline GmbH. All rights reserved. +Copyright (c) 2018 Anyline GmbH. All rights reserved. Community Version User License Agreement diff --git a/plugin/ios/AnylineReact.podspec b/plugin/ios/AnylineReact.podspec index 6937e76b..b748fe8e 100644 --- a/plugin/ios/AnylineReact.podspec +++ b/plugin/ios/AnylineReact.podspec @@ -21,5 +21,5 @@ Pod::Spec.new do |s| s.source_files = "*.{h,m}" s.dependency "React" - s.dependency "Anyline" + s.dependency "Anyline", "~> #{s.version}" end