Skip to content

Commit

Permalink
Updated for Swift 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaunteya authored and Kauntey Suryawanshi committed Oct 8, 2015
1 parent 921724c commit a70265d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InfoButton.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'InfoButton'
s.version = '0.2.1'
s.version = '0.3.0'
s.license = 'MIT'
s.summary = 'Simple and Lightweight Information Button for Mac'
s.homepage = 'https://github.com/kaunteya/InfoButton'
s.authors = { 'Kaunteya Suryawanshi' => '[email protected]' }
s.source = { :git => 'https://github.com/kaunteya/InfoButton.git', :tag => s.version }

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

s.source_files = 'InfoButton.swift'
Expand Down

0 comments on commit a70265d

Please sign in to comment.