26 lines
568 B
Ruby
26 lines
568 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform:ios,'8.0'
|
|
use_frameworks!
|
|
|
|
target 'GIGA' do
|
|
|
|
pod 'MBProgressHUD', '~> 0.9.2'
|
|
pod 'Masonry', '~> 1.0.0'
|
|
pod 'SDWebImage', '~> 4.0'
|
|
pod 'MJRefresh'
|
|
pod 'AFNetworking', '~> 3.0'
|
|
pod 'Toast', '~> 4.0.0'
|
|
pod 'JSONModel'
|
|
pod 'JPush'
|
|
pod 'WechatOpenSDK'
|
|
pod 'SocketRocket'
|
|
pod 'UITableView+FDTemplateLayoutCell'
|
|
pod 'FMDB'
|
|
pod 'LKDBHelper'
|
|
pod 'YTKKeyValueStore'
|
|
pod 'IQKeyboardManager'
|
|
pod 'TTTAttributedLabel'
|
|
pod 'NJKWebViewProgress'
|
|
|
|
end
|