Created
July 11, 2013 21:25
-
-
Save soffes/5979401 to your computer and use it in GitHub Desktop.
Everlapse Podfile
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, '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