Initial commit
This commit is contained in:
8
local_pod_repo/toxcore/Podfile
Normal file
8
local_pod_repo/toxcore/Podfile
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
Reference in New Issue
Block a user