Skip to content

Instantly share code, notes, and snippets.

@Appletone
Forked from soffes/Podfile
Created May 10, 2014 02:44
Show Gist options
  • Save Appletone/c4c236b839ece686ac80 to your computer and use it in GitHub Desktop.
Save Appletone/c4c236b839ece686ac80 to your computer and use it in GitHub Desktop.
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