Skip to content

Commit

Permalink
Updated Readme and pod spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Theodoropoulos committed Apr 17, 2019
1 parent 594c33c commit 234ea06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GTAlertCollection.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "GTAlertCollection"
spec.version = "1.0.1"
spec.version = "1.0.2"
spec.summary = "GTAlertCollection: UIAlertController variations gathered in one place, introducing new simplified usage."
spec.description = <<-DESC
GTAlertCollection is a Swift component that makes it possible to present alert controllers as easily as just calling a single method. Based on the `UIAlertController`, it implements and provides a variety of alert types.
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
spec.authors = { "Gabriel Theodoropoulos" => "gabrielth.devel@gmail.com" }
spec.social_media_url = "https://twitter.com/gabtheodor"
spec.platform = :ios, "10.0"
spec.source = { :git => "https://github.com/gabrieltheodoropoulos/GTAlertCollection.git", :tag => "1.0.1" }
spec.source = { :git => "https://github.com/gabrieltheodoropoulos/GTAlertCollection.git", :tag => "1.0.2" }
spec.source_files = "GTAlertCollection/Source/*.{swift}"
spec.swift_version = "4.2"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ In addition, these properties are available as well:
* `label`: The label right below the progress bar.
* `imageView`: The image view of the alert.

Please read the [wiki](https://github.com/gabrieltheodoropoulos/GTAlertCollection/wiki/How-To) for details on how to use `GTAlertCollection` and the various alert types. You can also find [exported documentation](https://gtiapps.com/docs/gtalertcollection/Classes/GTAlertCollection.html) by [jazzy](https://github.com/realm/jazzy).
Please read the [wiki](https://github.com/gabrieltheodoropoulos/GTAlertCollection/wiki) for details on how to use `GTAlertCollection` and the various alert types. You can also find [exported documentation](https://gtiapps.com/docs/gtalertcollection) by [jazzy](https://github.com/realm/jazzy).

## Note

Expand Down

0 comments on commit 234ea06

Please sign in to comment.