Created
July 31, 2016 03:46
-
-
Save hk0i/3e92955483fb011725aa3e9e3e8d0e5a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
target 'Roll the Dice' do | |
pod 'AFNetworking', '~> 2.5' | |
pod 'JSONModel', '~> 1.0' | |
pod 'Google/Analytics' | |
pod 'RegExCategories', '~> 1.0' | |
pod 'hexagonify', :path => 'lib/hexagonify/' | |
pod 'FXBlurView', '~> 1.6' | |
pod 'HotMeter', :path => '../HotMeter/' | |
pod 'UIView+Glow', :path => 'lib/3rd-party/UIView-Glow/' | |
pod 'EDHexColor', '~> 0.0' | |
pod 'UIAlertView-Blocks', '~> 1.0' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment