-
-
Save Appletone/c4c236b839ece686ac80 to your computer and use it in GitHub Desktop.
This file contains hidden or 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