mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-09 04:46:35 +10:00
30 lines
602 B
Ruby
30 lines
602 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '8.0'
|
|
use_frameworks!
|
|
|
|
def pods
|
|
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 'RealmSwift'
|
|
pod 'MonkeyKing', '0.0.2'
|
|
pod 'JPush-iOS-SDK'
|
|
pod 'Fabric'
|
|
pod 'Crashlytics'
|
|
end
|
|
|
|
target 'Yep' do
|
|
pods
|
|
end
|