Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

Commit

Permalink
Update podspec to version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtaStavik committed Jul 24, 2017
1 parent 98f4a41 commit b065916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trackable.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Trackable'
s.version = '0.7'
s.version = '0.8'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Swift app analytics using protocol extensions'
s.homepage = 'https://github.com/VojtaStavik/Trackable'
s.social_media_url = 'http://twitter.com/VojtaStavik'
s.authors = { "Vojta Stavik" => "[email protected]" }
s.source = { :git => 'https://github.com/VojtaStavik/Trackable.git', :tag => '0.6' }
s.source = { :git => 'https://github.com/VojtaStavik/Trackable.git', :tag => '0.8' }
s.ios.deployment_target = '8.0'
s.source_files = 'Trackable/*.swift'
s.frameworks = 'Foundation'
Expand Down

0 comments on commit b065916

Please sign in to comment.