Skip to content
This repository has been archived by the owner on May 8, 2018. It is now read-only.

Commit

Permalink
changing podspec so that NavCog grabs bleloc 1.0 instead for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Shangxuan Wu committed Nov 4, 2017
1 parent 6fe65ce commit 7029332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bleloc.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "bleloc"
s.version = "1.3.3"
s.version = "1.0"
s.summary = "Localization library"
s.homepage = "https://github.com/realCabot/"
s.description = <<-DESC
Expand All @@ -9,7 +9,7 @@ This is a localization library for bluetooth le beacons.

s.license = "MIT"
s.author = "realCabot"
s.source = { :http => "http://github.com/RealCabot/blelocpp/releases/download/1.3.3/bleloc.framework.zip" }
s.source = { :http => "http://github.com/RealCabot/blelocpp/releases/download/1.0/bleloc.framework.zip" }
s.preserve_path = "bleloc.framework"
s.vendored_frameworks = "bleloc.framework"
s.platforms = {:ios => "8.4"}
Expand Down

0 comments on commit 7029332

Please sign in to comment.