2018-08-28 23:21:20 +08:00
|
|
|
platform :ios, '8.0'
|
|
|
|
use_frameworks!
|
|
|
|
|
2018-09-09 02:39:39 +08:00
|
|
|
workspace '../SDWebImageWebPCoder'
|
|
|
|
|
2018-08-29 19:50:53 +08:00
|
|
|
target 'SDWebImageWebPCoderExample' do
|
|
|
|
pod 'SDWebImageWebPCoder', :path => '../'
|
2018-08-28 23:21:20 +08:00
|
|
|
end
|