-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
24 lines (20 loc) · 795 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
target 'SingleDogDaily' do
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
platform :ios, '8.0'
use_frameworks!
pod 'AFNetworking', '~> 3.0' #https://github.com/AFNetworking/AFNetworking
pod 'JSONModel' #https://github.com/jsonmodel/jsonmodel
pod 'MBProgressHUD', '~> 1.0.0' #https://github.com/jdg/MBProgressHUD
pod 'MJRefresh' #https://github.com/CoderMJLee/MJRefresh
pod 'Reachability' #https://github.com/tonymillion/Reachability
pod 'Masonry' #https://github.com/SnapKit/Masonry
# Pods for SingleDogDaily
target 'SingleDogDailyTests' do
inherit! :search_paths
# Pods for testing
end
target 'SingleDogDailyUITests' do
inherit! :search_paths
# Pods for testing
end
end