Internal Hackerati Cocoapods spec repo for iOS
Setup Instructions:
- Make sure github ssh is setup
- $ pod repo add HackeratiPods [email protected]:thehackerati/pod-specs.git
To make your own pod:
- Add a podspec file (copy over one from another pod and edit until it works)
- $ pod spec lint
- $ pod repo push HackeratiPods SwiftyJelly.podspec
To include pods in a pod file:
- add to podfile: source '[email protected]:thehackerati/pod-specs.git'
- to enable swift add: use_frameworks!