Skip to content

Commit

Permalink
Move to CocoaPods-Fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Aug 14, 2014
1 parent 46cf01d commit ce02d43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions OpenSans.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |spec|
spec.name = 'OpenSans'
spec.version = '1.0.2'
spec.version = '1.0.3'
spec.summary = 'A podspec encapsulating OpenSans font for iOS'
spec.description = "Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letterforms."
spec.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.txt' }
spec.authors = { 'Kyle Fuller' => '[email protected]' }
spec.homepage = 'https://github.com/kylef/OpenSans-pod'
spec.homepage = 'https://github.com/CocoaPods-Fonts/OpenSans'
spec.screenshot = 'http://f.cl.ly/items/2t2F032e3W0h2T1i0j1n/opensans-ios7-iphone5.png'
spec.social_media_url = 'https://twitter.com/kylefuller'
spec.platform = :ios
spec.source = { :git => 'https://github.com/kylef/OpenSans-pod.git', :tag => spec.version.to_s }
spec.source = { :git => 'https://github.com/CocoaPods-Fonts/OpenSans.git', :tag => spec.version.to_s }
spec.source_files = 'UIFont+OpenSans.{h,m}'
spec.resource_bundle = { 'OpenSans' => 'Fonts/*.ttf' }
spec.frameworks = 'UIKit', 'CoreText'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OpenSans
========

[![Build Status](https://travis-ci.org/kylef/OpenSans-pod.png?branch=master)](https://travis-ci.org/kylef/OpenSans-pod)
[![Build Status](https://travis-ci.org/CocoaPods-Fonts/OpenSans.svg?branch=master)](https://travis-ci.org/CocoaPods-Fonts/OpenSans)

Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type
Director of Ascender Corp. This version contains the complete 897 character
Expand Down

0 comments on commit ce02d43

Please sign in to comment.