Skip to content

Instantly share code, notes, and snippets.

View mejiagarcia's full-sized avatar
🏠
Working from home

Carlos Mejía mejiagarcia

🏠
Working from home
View GitHub Profile
pod lib create NombrePod
s.name = ´MySuperPod´
s.source_files = '*.{swift,xib}'
import UIKit
@objc public class SuperUtils: NSObject {
// MARK: - Public Methods
@objc public func isValidEmail(_ email: String) -> Bool {
return false
}
@objc public func getRandomPassword() -> String {
git add .
git commit -m"Add initial pod config."
git remote add origin https://github.com/mejiagarcia/MySuperPod.git
git push -u origin master
git tag 0.1.0
git push origin 0.1.0
pod trunk register correo@correo.com 'Tu Nombre' --description='macbook'
pod trunk push MySuperPod.podspec --swift-version=4 --allow-warnings
pod lib lint MySuperPod.podspec