Skip to content

Commit

Permalink
Fix wrong source files paths of Three20 subspecs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Aug 10, 2012
1 parent a699a7c commit 0b13c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Three20/1.0.11/Three20.podspec
Expand Up @@ -203,7 +203,7 @@ Pod::Spec.new do |s|
# Full name: Three20/ext/JSON
ext.subspec 'JSON' do |js|
js.extend(overrides)
js.source_files = 'src/extThree20JSON/{Sources,Headers}/*.{h,m}'
js.source_files = 'src/extThree20JSON/{Source,Headers}/*.{h,m}'
js.header_dir = 'extThree20JSON'
js.dependency 'Three20/Core'
js.dependency 'Three20/Network'
Expand Down Expand Up @@ -236,7 +236,7 @@ Pod::Spec.new do |s|
# Full name: Three20/ext/XML
ext.subspec 'XML' do |xs|
xs.extend(overrides)
xs.source_files = 'src/extThree20XML/{Sources,Headers}/*.{h,m}'
xs.source_files = 'src/extThree20XML/{Source,Headers}/*.{h,m}'
xs.header_dir = 'extThree20XML'
xs.dependency 'Three20/Core'
xs.dependency 'Three20/Network'
Expand Down

0 comments on commit 0b13c1e

Please sign in to comment.