Skip to content

Commit

Permalink
Updated Podspec file to reflect latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narmo committed Apr 5, 2016
1 parent a80cec9 commit 30676f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WToast.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WToast"
s.version = "1.0"
s.version = "2.0"
s.summary = "Simple info box for iOS inspired by Android Toast."

s.description = <<-DESC
Expand All @@ -16,9 +16,9 @@ Pod::Spec.new do |s|
s.author = { "Nik Dyonin" => "nik@brite-apps.com" }

s.platform = :ios
s.ios.deployment_target = "7.0"
s.ios.deployment_target = "8.0"

s.source = { :git => "https://github.com/Brite-Apps/WToast.git", :tag => "1.0" }
s.source = { :git => "https://github.com/Brite-Apps/WToast.git", :tag => "2.0" }
s.source_files = "WToast"

s.requires_arc = true
Expand Down

0 comments on commit 30676f8

Please sign in to comment.