Skip to content

Commit

Permalink
added swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananth committed Mar 28, 2019
1 parent 2f8183d commit 385e346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
3.0
4.2
4 changes: 2 additions & 2 deletions BMSAnalyticsAPI.podspec
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.ios.deployment_target = '8.0'
s.watchos.deployment_target = '2.0'
s.ios.deployment_target = '9.0'
s.watchos.deployment_target = '3.0'

end

0 comments on commit 385e346

Please sign in to comment.