Files
Yep/Podfile
T
2015-09-22 00:04:50 +08:00

29 lines
736 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
def pods
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 'AFNetworking', '~> 2.5.4'
pod 'MZFayeClient', :path => '../CatchLib-iOS/MZFayeClient/'
pod 'Realm', :git => 'https://github.com/realm/realm-cocoa.git', :branch => 'swift-2.0'
pod 'RealmSwift', :git => 'https://github.com/realm/realm-cocoa.git', :branch => 'swift-2.0'
pod 'MonkeyKing'
pod 'JPush'
pod 'Fabric'
pod 'Crashlytics'
end
target 'Yep' do
pods
end