Skip to content

hackerati/pod-specs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pod-specs

Internal Hackerati Cocoapods spec repo for iOS

Setup Instructions:

  1. Make sure github ssh is setup
  2. $ pod repo add HackeratiPods [email protected]:thehackerati/pod-specs.git

To make your own pod:

  1. Add a podspec file (copy over one from another pod and edit until it works)
  2. $ pod spec lint
  3. $ pod repo push HackeratiPods SwiftyJelly.podspec

To include pods in a pod file:

  1. add to podfile: source '[email protected]:thehackerati/pod-specs.git'
  2. to enable swift add: use_frameworks!

About

Internal Hackerati Cocoapods spec repo for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages