Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcoder committed Dec 6, 2018
1 parent f580667 commit 129ab6b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 33 deletions.
18 changes: 8 additions & 10 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions Example/Pods/Target Support Files/Tapticc/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Tapticc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

Pod::Spec.new do |s|
s.name = 'Tapticc'
s.version = '0.1.0'
s.summary = 'Easy way to use haptic feedback through taptic engine in iOS.'
s.version = '1.0.0'
s.summary = 'Easy way to use haptic feedback through Taptic Engine in iOS.'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
Tapticc provides a easy way to use haptic feedback through taptic engine in iOS.
Tapticc provides a easy way to use haptic feedback through Taptic Engine in iOS.
DESC

s.homepage = 'https://github.com/derekcoder/Tapticc'
Expand Down

0 comments on commit 129ab6b

Please sign in to comment.