# # Be sure to run `pod lib lint AliyunOneKeyLogin.podspec' to ensure this is a # valid spec before submitting. # # Any lines starting with a # are optional, but their use is encouraged # To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html # Pod::Spec.new do |s| s.name = 'react-native-bj-live-sdk' s.version = '1.1.3' s.summary = 'A short description of react-native-bj-live-sdk.' s.description = <<-DESC react-native-bj-live-sdk is dependency baijiayunSDK DESC s.homepage = 'https://github.com/dingjunjie/react-native-bj-live-sdk' s.license = "MIT" s.author = { 'dingjunjie' => 'dingjunjie@baijiayun.com' } s.source = { :git => 'https://github.com/dingjunjie/react-native-bj-live-sdk.git', :tag => s.version.to_s } s.ios.deployment_target = '9.0' s.requires_arc = true s.source_files = 'react-native-bj-live-sdk/*.{h,m}' s.dependency "BaijiaYun/BJLiveUI", "3.19.0" s.dependency "BaijiaYun/BJLSellUI", "3.19.0" s.dependency "BaijiaYun/BJVideoPlayerUI", "3.19.0" s.dependency "BaijiaYun/BJPlaybackUI", "3.19.0" s.dependency "BaijiaYun/BJVideoPlayerCore", "3.19.0" s.dependency "React" end