Skip to content

Commit

Permalink
Small podspec update -> iOS 9.0 instead of 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirDinic committed Aug 28, 2017
1 parent 98d7436 commit 7238cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WDFlashCard.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.platform = :ios
s.name = "WDFlashCard"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "WDFlashCard is a simple lightweight component for displaying flashcards inside iOS apps."

s.description = <<-DESC
Expand All @@ -14,7 +14,7 @@ s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Vladimir Dinic" => "vladimir88dev@gmail.com" }
s.source = { :git => "https://github.com/VladimirDinic/WDFlashCard.git", :tag => "#{s.version}"}

s.ios.deployment_target = "10.0"
s.ios.deployment_target = "9.0"
s.source_files = "WDFlashCard/WDFlashCard/WDFlashCardView.swift"

end

0 comments on commit 7238cc3

Please sign in to comment.