Files
kevinzhow 9e7913af30 Merge branch 'feature/MZFayeClient' into develop
Conflicts:
	Podfile.lock
	Yep/Yep-Bridging-Header.h
2016-02-01 22:30:51 +08:00

33 lines
651 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
def pods
pod 'Kanna'
pod 'Navi'
pod 'Appsee'
pod 'Alamofire'
pod 'DeviceGuru'
pod '1PasswordExtension', '~> 1.5'
pod 'KeyboardMan'
pod 'Ruler'
pod 'Proposer'
pod 'APAddressBook/Swift'
pod 'FXBlurView'
pod 'Kingfisher'
pod 'TPKeyboardAvoiding', '~> 1.2'
pod 'pop'
# pod 'MZFayeClient', :path => '../CatchLib-iOS/MZFayeClient/'
pod 'Base64'
pod 'SocketRocket'
pod 'RealmSwift'
pod 'MonkeyKing', '0.0.2'
pod 'JPush'
pod 'Fabric'
pod 'Crashlytics'
end
target 'Yep' do
pods
end