代码拉取完成,页面将自动刷新
require "json"
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
Pod::Spec.new do |spec|
spec.name = "MandMobileRN"
spec.version = package["version"]
spec.summary = "MandMobileRN."
spec.description = <<-DESC
mand-mobile-rn 是滴滴金融 FE 团队开发的面向金融场景的 react-native 组件库。
DESC
spec.homepage = "https://github.com/didi/mand-mobile-rn"
spec.license = "MIT"
spec.authors = { "ringlong" => "266949@qq.com", "hbxeagle" => "hbxeagle@gmail.com", "liujb" => "liujiangbei88@gmail.com", "zhuchu" => "zhuochuhy@163.com", "KennethYo" => "youzicong@gmail.com", "liuwei" => "574613441@qq.com", "tryao" => "tryao66@gmail.com" }
spec.platform = :ios
spec.platform = :ios, "9.0"
spec.source = { :git => "https://github.com/didi/mand-mobile-rn.git", :tag => spec.version }
spec.subspec "Core" do |ss|
# ss.dependency "yoga", "#{package["version"]}.React"
ss.source_files = "src/natives/Core/Classes", "src/natives/Core/Classes/*.{h,m}"
ss.public_header_files = "src/natives/Core/Classes/*.h"
ss.resources = "src/assets/**/*.{ttf,json,png,jpg,svg,strings,otf}"
end
spec.subspec "MDNumberKeyboard" do |ss|
ss.source_files = "src/natives/NumberKeyboard/ios/*.{h,m}"
ss.public_header_files = "src/natives/NumberKeyboard/ios/*.h"
end
spec.subspec "MDRefreshControl" do |ss|
ss.source_files = "src/natives/RefreshControl/ios/*.{h,m}"
ss.public_header_files = "src/natives/RefreshControl/ios/*.h"
ss.dependency "MJRefresh", "~> 3.2.2"
end
spec.subspec "MDImagePicker" do |ss|
ss.source_files = "src/natives/ImagePicker/ios/*.{h,m}","src/natives/ImagePicker/ios/MDImagePickerController/*.{h,m}"
ss.public_header_files = "src/natives/ImagePicker/ios/*.h"
end
spec.requires_arc = true
spec.dependency "React"
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。