Skip to content

Commit 29a5c62

Browse files
authored
Merge pull request #2 from zoyi-jin/fix/framework
Apply framework
2 parents e30c785 + de78f4c commit 29a5c62

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

RNChannelIO.podspec

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@ Pod::Spec.new do |s|
55
s.description = "channel plugin for react native"
66
s.homepage = "https://channel.io"
77
s.license = { :type => "SDK", :file => "LICENSE" }
8-
s.author = "ZOYI"
8+
s.author = { 'Channel Corp.' => 'eng@channel.io', 'Jam' => 'jam@channel.io', 'Jin' => 'jin@channel.io' }
99
s.platform = :ios, "10.0"
10-
s.source = { :git => "https://github.com/zoyi/react-native-channel-io.git", :tag => "master" }
11-
s.source_files = "ios/**/*.{h,m}"
10+
s.source = { :git => "https://github.com/zoyi/react-native-channel-io.git" }
11+
s.source_files = "ios/**/*.{h,m}"
1212
s.requires_arc = true
1313
s.swift_version = '5.0'
1414

1515
s.ios.deployment_target = '10.0'
1616

1717
s.dependency "React"
18-
s.dependency "ChannelIO"
18+
s.dependency "ChannelIOSDK"
1919
end
20-
21-

ios/RCTConvert+ChannelIO.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
#import <Foundation/Foundation.h>
1010
#import <React/RCTConvert.h>
11-
12-
@import ChannelIO;
11+
#import <ChannelIO/ChannelIO.h>
1312

1413
NS_ASSUME_NONNULL_BEGIN
1514

ios/RNChannelIO.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
#import <Foundation/Foundation.h>
1010
#import <React/RCTBridgeModule.h>
1111
#import <React/RCTEventEmitter.h>
12-
13-
@import ChannelIO;
12+
#import <ChannelIO/ChannelIO.h>
1413

1514
NS_ASSUME_NONNULL_BEGIN
1615

0 commit comments

Comments
 (0)