Skip to content

Commit

Permalink
[Fix] Three20 SBJSON source files path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinthagerman committed Oct 6, 2012
1 parent d73bfa5 commit 7de0b37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Three20/1.0.11/Three20.podspec
Expand Up @@ -213,11 +213,10 @@ Pod::Spec.new do |s|
# This extension cannot be used with Three20/ext/YAJL
ext.subspec 'SBJSON' do |sbs|
sbs.extend(overrides)
sbs.source_files = 'src/extThree20JSON/Vendors/JSON/*.h'
sbs.source_files = 'src/extThree20JSON/Vendors/JSON/*.{h,m}'
sbs.header_dir = 'extThree20JSON'
sbs.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'EXTJSON_SBJSON' }
sbs.dependency 'Three20/ext/JSON'
sbs.dependency 'SBJson'
end

# Full name: Three20/ext/YAJL
Expand Down

0 comments on commit 7de0b37

Please sign in to comment.