Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am andrebo on github.
  • I am andrebo (https://keybase.io/andrebo) on keybase.
  • I have a public key ASCf3gZssOR3qb1S45TLy3kbmSbhHJx6e0BVp3NMCWlt-Ao

To claim this, I am signing this object:

Pod::Spec.new do |m|
m.name = 'MapBox'
m.version = '1.0.0-meniku'
m.summary = 'Open source alternative to MapKit.'
m.description = 'Open source alternative to MapKit supporting custom tile sources, offline use, and complete cache control.'
m.homepage = 'http://mapbox.com/mobile'
m.license = 'BSD'
m.author = { 'MapBox' => 'ios@mapbox.com' }
@andrebo
andrebo / Zuckerkit.podspec
Last active December 28, 2015 23:39
Zuckerkit podspec
Pod::Spec.new do |s|
s.name = 'Zuckerkit'
s.version = '1.0'
s.license = 'Apache License, Version 2.0'
s.summary = 'Zuckerkit is a wrapper around the Facebook SDK that makes common tasks easy.'
s.homepage = 'https://github.com/mobitar/Zuckerkit'
s.authors = { 'Mo Bitar' => 'jasper@appsquick.ly' }
s.source = {:git => 'https://github.com/mobitar/Zuckerkit.git', :commit => '70e662c4e4'}
s.platform = :ios
s.source_files = 'Zuckerkit/*.{h,m}', 'Zuckerkit/Zuckerkeys/*.{h,m}'