-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e61fbd
commit 2513e5b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|