Files
Yep/Podfile
T
2015-07-26 15:45:11 +08:00

22 lines
390 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
def pods
pod 'KeyboardMan'
pod 'Ruler'
pod 'Proposer'
pod 'APAddressBook/Swift'
pod 'FXBlurView'
pod 'Kingfisher'
pod 'TPKeyboardAvoiding', '~> 1.2'
pod 'pop'
pod 'AFNetworking'
pod 'MZFayeClient', :path => '../CatchLib-iOS/MZFayeClient/'
pod 'RealmSwift'
end
target 'Yep' do
pods
end