-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing one public variable, adding screens, updating podspec
- Loading branch information
Ondrej Rafaj
committed
Apr 3, 2016
1 parent
32b45f3
commit e82ebbd
Showing
5 changed files
with
8 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 |
---|---|---|
|
@@ -8,12 +8,12 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = "BLE" | ||
s.version = "0.1.0" | ||
s.version = "0.1.1" | ||
s.summary = "Simple BLE (Bluetooth Low Energy) wrapper library in Swift" | ||
s.description = "Swift wrapper around CoreBluetooth. Library allows you to connect to BLE devices, read and write data to them" | ||
|
||
s.homepage = "https://github.com/manGoweb/BLE" | ||
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" | ||
s.screenshots = "https://github.com/manGoweb/BLE/_orig/home.png" | ||
s.license = 'MIT' | ||
s.author = { "Ondrej Rafaj" => "[email protected]" } | ||
s.source = { :git => "https://github.com/manGoweb/BLE.git", :tag => s.version.to_s } | ||
|
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,4 +1,5 @@ | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
platform :ios, '9.0' | ||
use_frameworks! | ||
|
||
target 'BLE_Example' do | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.