mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-25 01:31:54 +08:00
Merge pull request #363 from tonyxiao/master
Fix bug in podspec caused by spelling
This commit is contained in:
@@ -20,11 +20,11 @@ Pod::Spec.new do |s|
|
||||
s.default_subspec = 'Full'
|
||||
|
||||
s.subspec 'Full' do |ss|
|
||||
s.source_files = 'ios/CodePush/*.{h,m}', 'ios/CodePush/SSZipArchive/*.{h,m}', 'ios/CodePush/SSZipArchive/aes/*.{h,c}', 'ios/CodePush/SSZipArchive/minizip/*.{h,c}'
|
||||
ss.source_files = 'ios/CodePush/*.{h,m}', 'ios/CodePush/SSZipArchive/*.{h,m}', 'ios/CodePush/SSZipArchive/aes/*.{h,c}', 'ios/CodePush/SSZipArchive/minizip/*.{h,c}'
|
||||
end
|
||||
|
||||
s.subspec 'NoZip' do |ss|
|
||||
s.source_files = 'ios/CodePush/*.{h,m}'
|
||||
ss.source_files = 'ios/CodePush/*.{h,m}'
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user