Skip to content

Commit de78f4c

Browse files
authored
Fix podspec
1 parent c576816 commit de78f4c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

RNChannelIO.podspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ 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 = { :http => 'http://hp.exp.channel.io/gist/e6fe04a744e5af8393449ebaff3c7376' }
11-
s.source_files = "ios/**/*.{h,m}", 'ChannelIO.framework/Headers/**/*.{swift,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

@@ -17,5 +17,3 @@ Pod::Spec.new do |s|
1717
s.dependency "React"
1818
s.dependency "ChannelIOSDK"
1919
end
20-
21-

0 commit comments

Comments
 (0)