first init

This commit is contained in:
QuDian
2018-10-30 18:04:31 +08:00
commit 8154f3b5b7
14 changed files with 524 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = "RNFixTextVieW"
s.version = "1.0.0"
s.summary = "RNFixTextVieW"
s.description = <<-DESC
RNFixTextVieW
DESC
s.homepage = ""
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "author@domain.cn" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/author/RNFixTextVieW.git", :tag => "master" }
s.source_files = "RNFixTextVieW/**/*.{h,m}"
s.requires_arc = true
s.dependency "React"
#s.dependency "others"
end