mirror of
https://github.com/zhigang1992/libpag.git
synced 2026-01-12 22:48:25 +08:00
13 lines
364 B
Ruby
13 lines
364 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
platform :osx, '10.13'
|
|
ENV["PLATFORM"] = "mac"
|
|
install! 'cocoapods', :deterministic_uuids => false
|
|
|
|
target 'PAGViewer' do
|
|
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
|
|
# use_frameworks!
|
|
|
|
# Pods for PAGViewer
|
|
pod 'libpag', :path => '../'
|
|
end
|