Unverified Commit 1515a39a authored by 少言's avatar 少言 Committed by GitHub

Merge pull request #87 from dngLee/master

修改podspec文件
parents 62f445a4 1e57ae5a
......@@ -6,13 +6,13 @@ Pod::Spec.new do |s|
s.description = <<-DESC
RNSyanImagePicker
DESC
s.homepage = ""
s.homepage = "https://github.com/syanbo/react-native-syan-image-picker"
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/RNSyanImagePicker.git", :tag => "master" }
s.source_files = "RNSyanImagePicker/**/*.{h,m}"
s.source_files = "**/*.{h,m}"
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