Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil Gontovnik committed Sep 19, 2016
1 parent 27b3941 commit 83935b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DGRunkeeperSwitch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ Pod::Spec.new do |s|
s.version = "1.1.4"
s.authors = { "Danil Gontovnik" => "danil@gontovnik.com" }
s.homepage = "https://github.com/gontovnik/DGRunkeeperSwitch"
s.summary = "DGRunkeeperSwitch is Runkeeper design switch control (two part segment control)."
s.summary = "DGRunkeeperSwitch is Runkeeper design switch control"
s.source = { :git => "https://github.com/gontovnik/DGRunkeeperSwitch.git",
:tag => '1.1.4' }
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, '8.0'
s.platform = :ios, '8.0'
s.source_files = "DGRunkeeperSwitch/**/*.swift"

s.requires_arc = true

s.ios.deployment_target = '8.0'
s.ios.frameworks = ['UIKit', 'Foundation']

end

0 comments on commit 83935b4

Please sign in to comment.