Skip to content

Commit

Permalink
Merge pull request #13 from wcwynn/master
Browse files Browse the repository at this point in the history
Fix podspec to remove duplicate symbol link errors
  • Loading branch information
ninjinkun committed Feb 19, 2014
2 parents e14463a + 2b2ff24 commit 6f1283f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NJKWebViewProgress.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ Pod::Spec.new do |s|
s.authors = { "ninjinkun" => "ninjin@mac.com" }
s.source = { :git => "https://github.com/ninjinkun/NJKWebViewProgress.git", :tag => "v#{s.version}" }
s.platform = :ios, '4.3'
s.source_files = 'NJKWebViewProgress'
s.requires_arc = true
s.subspec 'Core' do |ss|
ss.source_files = 'NJKWebViewProgress/NJKWebViewProgress.{h,m}'
end
s.subspec 'ProgressView' do |ss|
ss.source_files = 'NJKWebViewProgress/NJKWebViewProgressView.{h,m}'
end
end
end

0 comments on commit 6f1283f

Please sign in to comment.