Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandra Keßler committed Apr 16, 2016
1 parent ce7586f commit bd015d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Pod/Classes/blueReader.m
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ -(void) didReceiveData:(NSString *)string
else
{
DebugLog(@"somethign wrong here!");

[self.cmds addObject:@"?"];
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions libBlueReader.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@

Pod::Spec.new do |s|
s.name = "libBlueReader"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "libBlueReader is the companion library to the open-source blueReader Hardware"
s.description = <<-DESC
The blueReader NFC-BLE-Adapter is a ready to buy or diy Hardware for reading and writing nfc-tags via a bluetooth enabled Device. This library implements the interfaces for iOS to find a blueReader Bluetooth device, configure the device, and read/ write Tags
DESC

s.homepage = "https://github.com/SandraK82/libBlueReader"
s.homepage = "https://github.com/SandraK82/libBlueReader-iOS"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "Sandra Keßler" => "sk@softwarehaus-kassel.de" }
s.source = { :git => "https://github.com/SandraK82/libBlueReader-iOS.git", :tag => s.version.to_s }

s.platform = :ios, '7.0'
s.platform = :ios, '8.0'
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
Expand Down

0 comments on commit bd015d4

Please sign in to comment.