Skip to content

Commit

Permalink
fixing one public variable, adding screens, updating podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Rafaj committed Apr 3, 2016
1 parent 32b45f3 commit e82ebbd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BLE.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
1 change: 1 addition & 0 deletions Example/Podfile
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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 manGoweb
Copyright (c) 2016 manGoweb.cz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ var buffer: [UInt8] = [1, 0, 100]
let data: NSData = NSData(bytes: buffer, length: 3)
try! self.ble?.write(data, characteristicsUUID: "713D0003-503E-4C75-BA94-3148F18D941E")
```

## Example application

![Screenshot 1](https://github.com/manGoweb/BLE/_orig/home.png "Screenshot 1")

## Requirements

Expand Down
Binary file added _orig/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e82ebbd

Please sign in to comment.