File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ Pod::Spec.new do |spec|
66 spec . authors = { 'Pierluigi Cifani' => 'pcifani@blurredsoftware.com' }
77 spec . summary = 'ARC and GCD Compatible Reachability Class for iOS and OS X.'
88 spec . source = { :git => 'https://github.com/CodeCraftersIO/async.git' , :tag => "#{ spec . version } " }
9- spec . source_files = "Source /**/*.{swift,m,h}"
9+ spec . source_files = "Sources /**/*.{swift,m,h}"
1010
1111 # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
12- spec . ios . deployment_target = "9 .0"
13- spec . osx . deployment_target = "10.11 "
14- spec . watchos . deployment_target = "2 .0"
15- spec . tvos . deployment_target = "9 .0"
12+ spec . ios . deployment_target = "11 .0"
13+ spec . osx . deployment_target = "10.13 "
14+ spec . watchos . deployment_target = "4 .0"
15+ spec . tvos . deployment_target = "11 .0"
1616 spec . swift_version = "4.1"
1717
1818end
You can’t perform that action at this time.
0 commit comments