9 lines
173 B
Ruby
9 lines
173 B
Ruby
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
|