- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
Latest commit
16 lines (13 loc) · 327 Bytes
/
Copy pathPodfile
File metadata and controls
16 lines (13 loc) · 327 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
platform:ios,'9.0'
target"Cluster"do
use_frameworks!
pod'Parse'
pod'ParseUI'
pod'ParseFacebookUtilsV4'
pod'MBProgressHUD'
pod'SlackTextViewController'
pod'SWRevealTableViewCell'
pod'UITextView+Placeholder'
pod'DZNEmptyDataSet'
pod'Spring',:git=>'https://github.com/MengTo/Spring.git',:branch=>'swift3'
end