Skip to content

Commit 2c4e72f

Browse files
authored
chore: fix circleci tests (#3025)
1 parent ee919f7 commit 2c4e72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Capacitor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
99
s.authors = { 'Ionic Team' => 'hi@ionicframework.com' }
1010
s.source = { :git => 'https://github.com/ionic-team/capacitor.git', :tag => s.version.to_s }
1111
s.source_files = 'ios/Capacitor/Capacitor/*.{swift,h,m}', 'ios/Capacitor/Capacitor/Plugins/*.{swift,h,m}', 'ios/Capacitor/Capacitor/Plugins/**/*.{swift,h,m}'
12-
s.dependency 'CapacitorCordova', '2.1.2'
12+
s.dependency 'CapacitorCordova'
1313
s.swift_version = '5.0'
1414
end

0 commit comments

Comments
 (0)