Skip to content

A CocoaPods spec repo for Media.Monks' in-house pods

Notifications You must be signed in to change notification settings

mediamonks/MMMSpecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d80c45 · Feb 13, 2025
Mar 21, 2022
Jul 16, 2024
Mar 30, 2022
Nov 16, 2021
Mar 17, 2022
Jun 19, 2024
Sep 2, 2024
Mar 18, 2022
Jun 7, 2024
Jul 28, 2023
Mar 30, 2022
Aug 30, 2021
Apr 16, 2021
May 18, 2022
Mar 15, 2022
May 16, 2023
Oct 31, 2022
Feb 13, 2025
May 18, 2022
Sep 18, 2023
Mar 24, 2022
Mar 22, 2022
Mar 22, 2022
May 18, 2022

Repository files navigation

MMMSpecs

A CocoaPods spec repository for pods made by Media.Monks.

This is not meant to be a private repo. It was created for convenience of referencing our both published and not yet published (in the official Cocoapods repo) pods. So instead of specifying a github URL for every unpublished pod like this:

pod 'MMMArrayChanges', :git => 'https://github.com/mediamonks/MMMArrayChanges.git'
...

you can now put two lines in the beginning of the Podfile:

source 'https://github.com/mediamonks/MMMSpecs.git'
source 'https://cdn.cocoapods.org/'

(The second line is the main/default CocoaPods spec repo that has to be mentioned when custom sources are used.)

And then reference our pods by their names only:

pod 'MMMArrayChanges'
...