Skip to content

Commit c576816

Browse files
committed
Apply framework
1 parent e30c785 commit c576816

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

RNChannelIO.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Pod::Spec.new do |s|
77
s.license = { :type => "SDK", :file => "LICENSE" }
88
s.author = "ZOYI"
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 = { :http => 'http://hp.exp.channel.io/gist/e6fe04a744e5af8393449ebaff3c7376' }
11+
s.source_files = "ios/**/*.{h,m}", 'ChannelIO.framework/Headers/**/*.{swift,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
2020

2121

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)