Created
May 8, 2014 05:22
-
-
Save soffes/965622a80351e11c67f9 to your computer and use it in GitHub Desktop.
Pods used in Litely 1.0
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
platform :ios, '7.0' | |
# Core Data | |
pod 'SSDataKit', :git => 'https://github.com/soffes/SSDataKit', :commit => '60d432e734ae11e8cfedac8ac5f68c0ce8a1b9ba' | |
# On-disk & in-memory caching | |
pod 'SAMCache' | |
# Fast image view for Core Image | |
pod 'SAMCoreImageView', '0.1.3' | |
# Gradient | |
pod 'SAMGradientView' | |
# Fancy label | |
pod 'SAMLabel' | |
# Pie chart | |
pod 'SAMCircleProgressView' | |
# Great buttons | |
pod 'CMDAwesomeButton' | |
# HUD | |
pod 'SVProgressHUD' | |
# Utilities | |
pod 'SAMCategories', :git => 'https://github.com/soffes/SAMCategories.git', :commit => '054493c6695443d3f02e7f1a88cccb8c224f159f' | |
pod 'SAMContentMode' | |
pod 'SAMRateLimit' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment