Skip to content

Commit

Permalink
Fix podspec to remove duplicate symbol link errors
Browse files Browse the repository at this point in the history
- Changed the podspec to eliminate Xcode 5 linker errors due to duplication
  symbols.
  • Loading branch information
wcwynn committed Feb 19, 2014
1 parent e14463a commit 2b2ff24
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 2b2ff24

Please sign in to comment.