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 f858bfc + 9b2e824 commit afcbf99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
};
name = Debug;
};
Expand Down Expand Up @@ -277,6 +278,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion USBDeviceSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

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

# 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

0 comments on commit afcbf99

Please sign in to comment.