Skip to content

Commit

Permalink
Update JSPatch.podspec
Browse files Browse the repository at this point in the history
podspec 中有两个资源文件夹,有一个是空的。强迫症患者给提一个Pull request...
  • Loading branch information
wutoz committed Mar 2, 2016
1 parent 3c090cf commit efc0a63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions JSPatch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Pod::Spec.new do |s|
s.platform = :ios, "6.0"
s.source = { :git => "https://github.com/bang590/JSPatch.git", :tag => s.version }

s.resources = "JSPatch/*.js"
s.frameworks = "Foundation"
s.weak_framework = "JavaScriptCore"
s.default_subspec = 'Core'
Expand All @@ -35,6 +34,6 @@ Pod::Spec.new do |s|
s.subspec 'Extensions' do |ss|
ss.source_files = "Extensions/**/*.{h,m}"
ss.public_header_files = "Extensions/**/*.h"
ss.dependency 'JSPatch/Core'
ss.dependency 'JSPatch/Core'
end
end

0 comments on commit efc0a63

Please sign in to comment.