Commit 1e57ae5a authored by Harden Lee's avatar Harden Lee

修改podspec文件

parent 62f445a4
...@@ -6,13 +6,13 @@ Pod::Spec.new do |s| ...@@ -6,13 +6,13 @@ Pod::Spec.new do |s|
s.description = <<-DESC s.description = <<-DESC
RNSyanImagePicker RNSyanImagePicker
DESC DESC
s.homepage = "" s.homepage = "https://github.com/syanbo/react-native-syan-image-picker"
s.license = "MIT" s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" } # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "author@domain.cn" } s.author = { "author" => "author@domain.cn" }
s.platform = :ios, "7.0" s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/author/RNSyanImagePicker.git", :tag => "master" } s.source = { :git => "https://github.com/author/RNSyanImagePicker.git", :tag => "master" }
s.source_files = "RNSyanImagePicker/**/*.{h,m}" s.source_files = "**/*.{h,m}"
s.requires_arc = true s.requires_arc = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment