mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-10 21:36:49 +10:00
10 lines
213 B
Ruby
10 lines
213 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '8.0'
|
|
use_frameworks!
|
|
|
|
pod 'AFNetworking'
|
|
pod 'Ono', '~> 1.2'
|
|
pod 'MZFayeClient', :path => '../CatchLib-iOS/MZFayeClient/'
|
|
pod 'JPushSDK'
|
|
pod 'Realm'
|