Skip to content

Commit

Permalink
Changed homepage url.
Browse files Browse the repository at this point in the history
Dick Verbunt committed Jan 11, 2016
1 parent efff2ba commit 3b8272c
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bluetonium.podspec
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT' }
s.summary = 'Bluetooth library written in Swift. Mapping services and characteristics to models.'
s.authors = { 'Dick Verbunt' => '[email protected]', 'Dominggus Salampessy' => '[email protected]' }
s.homepage = 'https://www.e-sites.nl'
s.homepage = 'http://www.e-sites.nl'
s.source = { :git => 'https://github.com/e-sites/Bluetonium.git', :tag => "#{s.version}" }
s.source_files = 'Bluetonium/*.{swift}'
s.requires_arc = true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ Bluetonium is a Swift Library that makes it easy to communicate with Bluetooth d

[![Cocoapods Compatible](https://img.shields.io/cocoapods/v/Bluetonium.svg)](https://img.shields.io/cocoapods/v/Bluetonium.svg)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Platform](https://img.shields.io/cocoapods/p/Bluetonium.svg?style=flat)](http://cocoadocs.org/docsets/Alamofire)
[![Platform](https://img.shields.io/cocoapods/p/Bluetonium.svg?style=flat)](http://cocoadocs.org/docsets/Bluetonium)

## Features

0 comments on commit 3b8272c

Please sign in to comment.