mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-09 04:46:35 +10:00
12 lines
257 B
Ruby
12 lines
257 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '8.0'
|
|
use_frameworks!
|
|
|
|
pod 'FXBlurView'
|
|
pod 'Kingfisher'
|
|
pod 'WebViewJavascriptBridge'
|
|
pod 'pop'
|
|
pod 'AFNetworking'
|
|
pod 'MZFayeClient', :path => '../CatchLib-iOS/MZFayeClient/'
|
|
pod 'RealmSwift'
|