-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warnings to scan against leaving serviceIdentifiers set to
nil
…
…or empty (#160) * add warning to calling `scan` with `serviceIdentifiers` empty * bump version number in podspec and info, updated changelog * update changelog * Update tag version in podspec as well
- Loading branch information
1 parent
a3dfd50
commit 158c4f5
Showing
5 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'Bluejay' | ||
spec.version = '0.6.3' | ||
spec.version = '0.6.4' | ||
spec.license = { type: 'MIT', file: 'LICENSE' } | ||
spec.homepage = 'https://github.com/steamclock/bluejay' | ||
spec.authors = { 'Jeremy Chiang' => '[email protected]' } | ||
spec.summary = 'Bluejay is a simple Swift framework for building reliable Bluetooth apps.' | ||
spec.homepage = 'https://github.com/steamclock/bluejay' | ||
spec.source = { git: 'https://github.com/steamclock/bluejay.git', tag: 'v0.6.3' } | ||
spec.source = { git: 'https://github.com/steamclock/bluejay.git', tag: 'v0.6.4' } | ||
spec.source_files = 'Bluejay/Bluejay/*.{h,swift}' | ||
spec.framework = 'SystemConfiguration' | ||
spec.platform = :ios, '9.3' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters