Skip to content

Commit

Permalink
bata release
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedAlmasri committed May 11, 2021
1 parent a73e254 commit 2a65997
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# WorldMotion
# 🌏 WorldMotion 🧘🏼 (beta)

Use a CoreMotion sensor to use a coordinate system that represents device motion or position relative to the Earth. In this coordinate system:

- y points to magnetic north along the surface of the Earth.
Expand Down
5 changes: 2 additions & 3 deletions WorldMotion.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Pod::Spec.new do |s|
s.name = 'WorldMotion'
s.version = '0.1.0'
s.version = '0.0.1'
s.summary = 'Coordinate system that represents device motion or position relative to the Earth'

s.description = <<-DESC
Use a CoreMotion sensor to use a coordinate system that represents device motion or position relative to the Earth. DESC
s.description = "Use a CoreMotion sensor to use a coordinate system that represents device motion or position relative to the Earth."

s.homepage = 'https://github.com/ahmedAlmasri/WorldMotion'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 2a65997

Please sign in to comment.