-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
62 lines (50 loc) · 1.39 KB
/
Copy pathPodfile
File metadata and controls
62 lines (50 loc) · 1.39 KB
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
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "8.1"
inhibit_all_warnings!
# Coding utils
pod "Overline", "0.4.0"
pod "BlocksKit", "2.2.5"
pod "UIViewController+BlockSegue", "1.0.0"
pod "BlockInjection", "0.6.4"
# pod "ReactiveCocoa", "2.3.1"
# Data Management
pod "SecureNSUserDefaults", "1.0.0"
# Photography
pod "GPUImage", "0.1.6"
pod "NYXImagesKit", "2.3"
# User Media
# pod "PKImagePicker", "0.0.4"
pod "SACameraPickerViewController", "0.1.0"
# pod "ALAssetsLibrary-CustomPhotoAlbum", "1.2.0"
# UIColor
pod "iOS7Colors", "2.1.0"
pod "UIColor-HexString", "1.1.0"
pod "UIColor-HNExtensions", "0.1.5"
# User Interface
pod "UIViewDrawRectBlock", "0.0.1"
pod "UIView+Helpers", "1.4.0"
pod "AXWireButton", "0.1.9"
pod "JGProgressHUD", "1.2.2"
# pod "CNPGridMenu", "0.2.1"
# pod "SSCheckBoxView", "0.0.1"
# pod "LLACircularProgressView", "0.1.1"
# Interface Builder Helper
pod "MHNibLoading", "0.1.0"
# pod "OHAutoNIBi18n", "0.1.2"
# Font
pod "UIFontWDCustomLoader", "0.1.0"
pod "FontAwesome-iOS", "0.0.4"
pod "TYPFontAwesome", "4.1.0"
# Marketing & PR
pod "iRate", "1.11.3"
pod "iTellAFriend", "1.7.0"
pod "GoogleAnalytics-iOS-SDK", "3.10"
pod "CargoBay", "2.1.0"
# UIActivities
pod "AQSTwitterActivity", "0.1.0"
pod "AQSFacebookActivity", "0.1.0"
pod "AQSLINEActivity", "0.1.0"
# pod "AQSWhatsAppActivity", "0.1.0"
# pod "AQSInstagramActivity", "0.1.0"
# Debug
pod "CocoaLumberjack", "2.0.0-beta4"