Skip to content

Commit 12f60f1

Browse files
committed
2.0.1
1 parent 8344eb7 commit 12f60f1

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

Leanplum-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Leanplum-iOS-SDK'
3-
s.version = '2.0.0'
3+
s.version = '2.0.1'
44
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
55
s.description = 'Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app experience. We offer Messaging, Automation, App Editing, Personalization, A/B Testing, and Analytics.'
66
s.homepage = 'https://www.leanplum.com'

Leanplum.framework/Headers/LPInbox.h

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,24 @@
33
// Leanplum
44
//
55
// Created by Aleksandar Gyorev on 05/08/15.
6-
// Copyright (c) 2015 Leanplum. All rights reserved.
6+
// Copyright (c) 2015 Leanplum, Inc. All rights reserved.
77
//
8+
// Licensed to the Apache Software Foundation (ASF) under one
9+
// or more contributor license agreements. See the NOTICE file
10+
// distributed with this work for additional information
11+
// regarding copyright ownership. The ASF licenses this file
12+
// to you under the Apache License, Version 2.0 (the "License");
13+
// you may not use this file except in compliance with the License.
14+
// You may obtain a copy of the License at
815
//
16+
// http://www.apache.org/licenses/LICENSE-2.0
17+
//
18+
// Unless required by applicable law or agreed to in writing,
19+
// software distributed under the License is distributed on an
20+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21+
// KIND, either express or implied. See the License for the
22+
// specific language governing permissions and limitations
23+
// under the License.
924

1025
#import <Foundation/Foundation.h>
1126

Leanplum.framework/Headers/Leanplum.h

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
//
22
// Leanplum.h
3-
// Leanplum iOS SDK Version 2.0.0
3+
// Leanplum iOS SDK Version 2.0.1
44
//
5-
// Copyright (c) 2016 Leanplum. All rights reserved.
5+
// Copyright (c) 2012 Leanplum, Inc. All rights reserved.
66
//
7+
// Licensed to the Apache Software Foundation (ASF) under one
8+
// or more contributor license agreements. See the NOTICE file
9+
// distributed with this work for additional information
10+
// regarding copyright ownership. The ASF licenses this file
11+
// to you under the Apache License, Version 2.0 (the "License");
12+
// you may not use this file except in compliance with the License.
13+
// You may obtain a copy of the License at
14+
//
15+
// http://www.apache.org/licenses/LICENSE-2.0
16+
//
17+
// Unless required by applicable law or agreed to in writing,
18+
// software distributed under the License is distributed on an
19+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20+
// KIND, either express or implied. See the License for the
21+
// specific language governing permissions and limitations
22+
// under the License.
723

824
#import <Foundation/Foundation.h>
925
#import <UIKit/UIKit.h>

Leanplum.framework/Leanplum

356 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)