Skip to content

Commit

Permalink
[feat]: version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCech committed May 19, 2020
1 parent 9e61fbd commit 2513e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Bin/VersionIcon
Binary file not shown.
4 changes: 2 additions & 2 deletions VersionIcon.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'VersionIcon'
s.module_name = 'VersionIcon'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'A Swift 3 based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8 and up'
s.homepage = 'https://github.com/DanielCech/VersionIcon'
s.license = 'MIT'
s.author = { "Daniel Čech" => "[email protected]" }
s.author = { "Daniel Cech" => "[email protected]" }
s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.requires_arc = true
Expand Down

0 comments on commit 2513e5b

Please sign in to comment.