/Specs

The FatDragon Master Repo

Primary LanguageRubyApache License 2.0Apache-2.0

Specs

The toolazytoname Master Repo

source 'https://github.com/CocoaPods/Specs.git'  # 官方库
source 'https://github.com/toolazytoname/Specs.git'#懒得起名私有库

platform :ios, '8.0'

target "usePodDemo" do
pod 'FDImageTool'
pod 'SDWebImage'
pod 'FDCache'
pod 'FDEnlargeArea'
pod 'FDResponderChainDebug'
pod 'FDDebugObserver'

end