forked from isnine/HutHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpodfile
More file actions
22 lines (22 loc) · 695 Bytes
/
podfile
File metadata and controls
22 lines (22 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
platform:ios,'8.0'
target "HutHelper" do
pod 'ASIHTTPRequest'
pod 'MBProgressHUD', '~> 1.0.0'
pod 'DJRefresh', '~> 1.0.5'
pod 'UMengAnalytics-NO-IDFA'
pod 'UMengUShare/Social/ReducedSina'
pod 'UMengUShare/Social/ReducedWeChat'
pod 'UMengUShare/Social/ReducedQQ'
pod 'UMengUShare/UI'
pod 'AFNetworking', '~> 3.0'
pod 'MJRefresh'
pod 'SDWebImage', '~>3.8'
pod 'LGPlusButtonsView', '~> 1.1.0'
pod 'TZImagePickerController'
pod 'DTKDropdownMenu', '~> 0.0.4'
pod 'YCXMenu', '~> 0.0.11'
pod 'UITableView+FDTemplateLayoutCell'
pod 'DZNEmptyDataSet'
pod 'RongCloudIM/IMLib', '~> 2.8.3'
pod 'RongCloudIM/IMKit', '~> 2.8.3'
end