-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
83 lines (67 loc) · 1.64 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
platform :ios, '5.0'
pod 'MHTabBarController', '0.0.1'
pod 'GPUImage', '0.1.0'
pod 'ARCMacro', '1.1'
pod 'ShareThis', '~> 1.0.0'
pod 'AFNetworking', '> 1.0'
pod 'MBProgressHUD', '0.6'
pod 'SVProgressHUD', '0.9'
pod 'Facebook-iOS-SDK', '3.1.1'
pod 'EGOTableViewPullRefresh', '0.1.0'
pod 'SDWebImage', '3.1'
pod 'ODRefreshControl', '1.1.0'
pod 'TTTAttributedLabel', '1.5.1'
pod 'GoogleAnalytics-iOS-SDK', '2.0beta4'
pod 'NoticeView', '3.0.3'
pod 'Reachability', '3.1.0'
pod 'KGNoise'
pod 'AKTabBarController', '~> 1.0.1'
pod 'UIGlossyButton', '0.0.7'
#tableview
pod 'TMQuiltView', '0.0.1'
#progress
pod 'DDProgressView','0.1'
pod 'DACircularProgress', '~> 2.0.0'
#menu
pod 'AwesomeMenu', '~> 1.0.0'
pod 'REMenu', '1.2.4'
pod 'MFSideMenu', '0.4.1'
#status bar
pod 'KGStatusBar', '1.0'
#
pod 'iCarousel', '1.7.4'
#controll
pod 'SVSegmentedControl','0.1'
#view
pod 'KLNoteViewController', '0.0.1'
pod 'ZGParallelView','0.1.5'
#tableview
pod 'MCSwipeTableViewCell', '1.0.0'
#layout
pod 'MGBox', '0.0.1'
pod 'MGBox2', '2.0.0'
# Badge
pod 'LKbadgeView', '1.1.0'
#effects
pod 'MLPSpotlight', '1.2'
pod 'BCGenieEffect', '1.0'
#notification
pod 'AJNotificationView', '0.7'
#other
pod 'InAppSettingsKit', '1.0'
#color
pod 'EDColor', '0.2.0'
pod 'Color-Picker-for-iOS', '0.1.1'
pod 'ColorPopover', '0.0.1'
#popover
pod 'WEPopover', '0.0.1'
#pod 'FPPopover', '1.4' # 手で入れる
#camera
#pod 'DLCImagePickerController', '0.0.1'
#textview
pod 'HPGrowingTextView', '0.0.1'
#view
#pod 'KNSemiModalViewController', '0.3' # source
#pod 'UIMenuItem-CXAImageSupport', '0.0.1' #source
pod 'SVWebViewController', '0.1'
pod 'AKTabBarController', '1.0.1'