Antidote/local_pod_repo/toxcore/Podfile

9 lines
173 B
Plaintext
Raw Normal View History

2024-02-22 20:43:11 +01:00
source 'https://github.com/CocoaPods/Specs.git'
# ignore all warnings from all pods
inhibit_all_warnings!
def common_pods
pod "msgpack-c", :path => '../msgpack-c'
end