diff --git a/GTAlertCollection.podspec b/GTAlertCollection.podspec index ec3434a..091f487 100644 --- a/GTAlertCollection.podspec +++ b/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. @@ -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" diff --git a/README.md b/README.md index d72e61f..2dc8d6d 100644 --- a/README.md +++ b/README.md @@ -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