Skip to content

Commit c841f0a

Browse files
author
Pierluigi Cifani
committed
Modify podspec
1 parent 8f5ee39 commit c841f0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

async.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1818
end

0 commit comments

Comments
 (0)