Skip to content

Instantly share code, notes, and snippets.

@soffes
Created May 8, 2014 05:22
Show Gist options
  • Star 18 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save soffes/965622a80351e11c67f9 to your computer and use it in GitHub Desktop.
Save soffes/965622a80351e11c67f9 to your computer and use it in GitHub Desktop.
Pods used in Litely 1.0
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