mirror of
https://github.com/svga/SVGAPlayer-iOS.git
synced 2025-10-20 23:19:13 +08:00
9 lines
115 B
Ruby
9 lines
115 B
Ruby
platform :ios, '8.0'
|
|
|
|
target 'SVGAPlayer' do
|
|
|
|
pod 'SSZipArchive', '~> 2.1.4'
|
|
pod 'Protobuf', '~> 3.4'
|
|
|
|
end
|