Podfile 461 Bytes
platform :ios, '8.0'

use_frameworks!

target 'IVTMeLiveTwo' do
pod 'AFNetworking', '~> 3.1.0'
pod 'JSONKit', '~> 1.5pre'
pod 'Mantle', '~> 2.0.6'
pod 'MJRefresh', '~> 3.1.0'
pod 'SDWebImage', '~> 3.7.5'
pod 'XMPPFramework', :git => "https://github.com/robbiehanson/XMPPFramework.git", :branch => 'master'
pod 'Masonry', '~> 1.0.0'
pod 'SVProgressHUD', '~> 2.0.3'
pod 'HPGrowingTextView', '~> 1.1'
pod 'Realm', '~> 0.98.6'
pod 'KSYGPULive_iOS', '~> 1.6.0'

end