Skip to content

Commit 05a690a

Browse files
committed
Merge pull request #363 from tonyxiao/master
Fix bug in podspec caused by spelling
2 parents 63850dc + 8baaf30 commit 05a690a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodePush.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Pod::Spec.new do |s|
2020
s.default_subspec = 'Full'
2121

2222
s.subspec 'Full' do |ss|
23-
s.source_files = 'ios/CodePush/*.{h,m}', 'ios/CodePush/SSZipArchive/*.{h,m}', 'ios/CodePush/SSZipArchive/aes/*.{h,c}', 'ios/CodePush/SSZipArchive/minizip/*.{h,c}'
23+
ss.source_files = 'ios/CodePush/*.{h,m}', 'ios/CodePush/SSZipArchive/*.{h,m}', 'ios/CodePush/SSZipArchive/aes/*.{h,c}', 'ios/CodePush/SSZipArchive/minizip/*.{h,c}'
2424
end
2525

2626
s.subspec 'NoZip' do |ss|
27-
s.source_files = 'ios/CodePush/*.{h,m}'
27+
ss.source_files = 'ios/CodePush/*.{h,m}'
2828
end
2929

3030
end

0 commit comments

Comments
 (0)