Skip to content

Commit

Permalink
try to fix problem with encoding on ribinius
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Ilyukevich authored and Victor Ilyukevich committed Jun 8, 2012
1 parent 45c4732 commit 12948b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SBTickerView/0.0.1/SBTickerView.podspec
@@ -1,10 +1,11 @@
# coding: utf-8
Pod::Spec.new do |s|
s.name = 'SBTickerView'
s.version = '0.0.1'
s.platform = :ios
s.summary = 'An easy to use ticker view with inspiration from Flipboard.'
s.homepage = 'https://github.com/blommegard/SBTickerView'
s.author = { 'Simon Blommegård' => 'http://simonb.se/' }
s.author = { 'Simon Blommegård' => 'http://simonb.se/' }
s.license = 'MIT'
s.source = { :git => 'https://github.com/blommegard/SBTickerView.git',
:commit => '9d45f5b320861354a269714b42c831e61ff1ad09' }
Expand Down

0 comments on commit 12948b6

Please sign in to comment.