mirror of
https://github.com/wu736139669/react-native-ASHTextView.git
synced 2026-08-05 06:24:36 +00:00
first init
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user