Skip to content

Commit

Permalink
relax ios requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyrushforth committed Apr 20, 2017
1 parent cb75204 commit 2349b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CountdownLabel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "suzuki_keishi" => "[email protected]" }
s.source = { :git => "https://github.com/suzuki-0000/CountdownLabel.git", :tag => s.version }
s.platform = :ios, "9.0"
s.platform = :ios, "8.2"
s.source_files = 'CountdownLabel/*.swift'
s.source_files = 'CountdownLabel/**/*.swift'
s.requires_arc = true
Expand Down

0 comments on commit 2349b5e

Please sign in to comment.