Ello OSS iOS fonts, wrapped as a CocoaPod
Ello's open source iOS app uses licensed fonts, this pod allows non-ello staff to build the app with system fonts.
ElloOSSUIFonts
is available through Ello Specs Repo.
To install the Specs repo run:
pod repo add ello [email protected]:ello/cocoapod-specs.git
To push new versions (after installing Specs repo):
edit ElloOSSUIFonts.podspec # bump the version number
git tag '1.x.x' # use the same version number here
git push --tags
pod repo push ello ElloOSSUIFonts.podspec --allow-warnings
To install the pod, add following line to your Podfile:
pod "ElloOSSUIFonts"
Add the ello specs repo to your project's Podfile
source 'https://github.com/ello/cocoapod-specs.git'
To run the example project, clone the repo, and run pod install
from the Example directory first.
Sean Dougherty, Ello
ElloOSSUIFonts is available under the MIT license. See the LICENSE file for more info.