Skip to content

Instantly share code, notes, and snippets.

@soffes
Created July 11, 2013 21:25
Show Gist options
  • Save soffes/5979401 to your computer and use it in GitHub Desktop.
Save soffes/5979401 to your computer and use it in GitHub Desktop.
Everlapse Podfile
platform :ios, '6.0'
# Networking
pod 'AFNetworking'
# Localytics
pod 'Localytics-iOS-Client'
# Gradients
pod 'SAMGradientView'
# HUD
pod 'SAMHUDView'
# Fancy labels
pod 'SAMLabel'
# Text
pod 'SAMTextField'
pod 'SAMTextView'
# Rate limit
pod 'SAMRateLimit'
# Core Data helpers
pod 'SSDataKit'
# Keychain
pod 'SSKeychain'
# Block helpers
pod 'CMDBlocksKit', podspec: 'Podspecs/CMDBlocksKit.podspec'
# OAuth 1.0 client
pod 'CocoaOauth', podspec: 'Podspecs/CocoaOauth.podspec'
# Labels with links
pod 'TTTAttributedLabel'
# URL Router
pod 'JLRoutes'
# Pull to refresh
pod 'SSPullToRefresh'
# Image processing
pod 'GPUImage'
# Better web views
pod 'SAMWebView'
pod 'LapseKit', git: '[email protected]:seesawco/LapseKit.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment