mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-17 00:06:44 +08:00
7 lines
181 B
Ruby
7 lines
181 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '8.0'
|
|
target 'ASAnimatedImage' do
|
|
pod 'AsyncDisplayKit', :path => '../..'
|
|
pod 'PINRemoteImage', '~> 3.0.0-beta'
|
|
end
|