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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
songqian2002 committed Nov 22, 2017
1 parent c9c8d64 commit fb80ef1
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 = "2.0.3-Chris"
s.version = "2.0.4-Chris"
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/2.0.3-Chris/bleloc.framework.zip" }
s.source = { :http => "http://github.com/RealCabot/blelocpp/releases/download/2.0.4-Chris/bleloc.framework.zip" }
s.preserve_path = "bleloc.framework"
s.vendored_frameworks = "bleloc.framework"
s.platforms = {:ios => "8.4"}
Expand Down

0 comments on commit fb80ef1

Please sign in to comment.