-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
27 lines (23 loc) · 797 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
25
26
# Uncomment this line to define a global platform for your project
platform :ios, '10.3'
inhibit_all_warnings!
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
target 'MEmoji' do
pod 'MagicalRecord', '~> 2.3.2'
pod 'UIImage+Additions', '~> 2.1.1'
pod 'UIColor+Hex', '~> 1.0'
pod 'FLAnimatedImage', '~> 1.0.12'
pod 'UIView+Positioning', '~> 1.1'
pod 'JGProgressHUD', '~> 1.3.5'
pod 'LLARingSpinnerView', '~> 0.1.4'
pod 'UIView+Shimmer', '~> 1.0'
pod 'UIAlertView+Blocks', '~> 0.9'
pod 'GoogleAnalytics', '~> 3.12'
pod 'ReactiveCocoa', '~> 2.5'
pod 'DHAppleReceiptParser', '~> 1.0.1'
pod 'FSOpenInInstagram', '~> 1.0'
pod 'NSURL+ParseQuery', '~> 0.1'
pod 'Appirater', '~> 2.1.2'
pod 'BuddyBuildSDK', '~> 1.0.16'
end