Skip to content

Commit f6c91a1

Browse files
committed
Last minute patches to CP
1 parent df8d5fe commit f6c91a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Guardian.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ Pod::Spec.new do |s|
1212
s.source = { :git => 'https://github.com/auth0/Guardian.swift.git', :tag => s.version.to_s }
1313
s.social_media_url = 'https://twitter.com/auth0'
1414

15-
s.ios.deployment_target = '9.0'
15+
s.ios.deployment_target = '10.0'
1616
s.requires_arc = true
17+
s.swift_version = '4.1'
1718

18-
s.ios.source_files = 'Guardian/*.{swift,h,m}'
19+
s.ios.source_files = 'Guardian/**/*.{swift,h,m}'
1920
s.ios.frameworks = 'UIKit'
2021
end

0 commit comments

Comments
 (0)