Skip to content

Commit

Permalink
use current podspec format
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov committed Dec 31, 2018
1 parent 9ea71cb commit df0c5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeaconKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/igor-makarov/BeaconKit.git',
:tag => "#{s.version}" }

s.swift_versions = [ '4.0', '4.2' ]
s.swift_version = '4.0'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.12'
s.source_files = 'Sources/BeaconKit/**/*.swift'
Expand Down

0 comments on commit df0c5b4

Please sign in to comment.