Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 187 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 187 Bytes

libsdl2 spec for cocoapods

Add to your Podfile

source 'https://github.com/nferruzzi/libsdl2.git'

target .... do

pod 'sdl2'

end

then you can

pod install

as usual