ElfSundae/YYImage

README

Opened this issue · 0 comments

Installation

CocoaPods

Specify source in your Podfile:

pod 'YYImage', :source => 'https://github.com/ElfSundae/CocoaPods-Specs.git'

or:

+ source 'https://github.com/ElfSundae/CocoaPods-Specs.git'
  source 'https://cdn.cocoapods.org/'

  target 'Example' do
      pod 'YYImage'
  end

Carthage

github "ElfSundae/YYImage"