Skip to content

Commit

Permalink
Merge branch '1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arti3DPlayer committed Mar 10, 2018
2 parents afcbf99 + 1dc05d0 commit 4f9ce75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions USBDeviceSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ Pod::Spec.new do |s|
# summary should be tweet-length, and the description more in depth.
#

s.name = "USBDeviceSwift"
s.version = "1.0.3"
s.summary = "USBDeviceSwift - is a wrapper for `IOKit` written on pure Swift that allows you convenient work with USB devices."
s.name = "USBDeviceSwift"
s.version = "1.0.3"
s.summary = "USBDeviceSwift - is a wrapper for `IOKit` written on pure Swift that allows you convenient work with USB devices."
s.swift_version = "4.0"

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand Down Expand Up @@ -138,5 +139,4 @@ Pod::Spec.new do |s|
# s.dependency "JSONKit", "~> 1.4"

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }

end

0 comments on commit 4f9ce75

Please sign in to comment.