Skip to content

Commit

Permalink
chore: fix circleci tests (#3025)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jun 1, 2020
1 parent ee919f7 commit 2c4e72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Capacitor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Pod::Spec.new do |s|
s.authors = { 'Ionic Team' => '[email protected]' }
s.source = { :git => 'https://github.com/ionic-team/capacitor.git', :tag => s.version.to_s }
s.source_files = 'ios/Capacitor/Capacitor/*.{swift,h,m}', 'ios/Capacitor/Capacitor/Plugins/*.{swift,h,m}', 'ios/Capacitor/Capacitor/Plugins/**/*.{swift,h,m}'
s.dependency 'CapacitorCordova', '2.1.2'
s.dependency 'CapacitorCordova'
s.swift_version = '5.0'
end

0 comments on commit 2c4e72f

Please sign in to comment.