Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Commit

Permalink
Updated the base version to 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kaunteya committed Oct 8, 2015
1 parent 4e9f5f1 commit bd82dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProgressKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
spec.authors = { 'Kaunteya Suryawanshi' => 'k.suryawanshi@gmail.com' }
spec.source = { :git => 'https://github.com/kaunteya/ProgressKit.git', :tag => spec.version }

spec.platform = :osx, '10.9'
spec.platform = :osx, '10.10'
spec.requires_arc = true

spec.source_files = 'Determinate/*.swift', 'InDeterminate/*.swift', 'ProgressUtils.swift', 'BaseView.swift'
Expand Down

0 comments on commit bd82dde

Please sign in to comment.