Skip to content

Instantly share code, notes, and snippets.

@soffes
Created May 13, 2013 15:46
Show Gist options
  • Save soffes/5569297 to your computer and use it in GitHub Desktop.
Save soffes/5569297 to your computer and use it in GitHub Desktop.
Seesaw Podfile
platform :ios, '5.0'
# Awesome networking
pod 'AFNetworking'
# Backported UICollectionView
pod 'PSTCollectionView'
# Rich text
pod 'TTTAttributedLabel'
# Routing
pod 'JLRoutes'
# Formattt
pod 'FormatterKit'
# Keychain wrapper
pod 'SSKeychain'
# SQLite wrapper
pod 'FMDB'
# Pusher client
pod 'Bully'
# Fancy pull to refresh
pod 'SSPullToRefresh'
# Core Data + networking bridge
pod 'SSDataKit'
# Phone number formatter
pod 'SEEPhoneNumberFormatter'
# Block helpers
pod 'CMDBlocksKit', podspec: 'Podspecs/CMDBlocksKit.podspec'
# Fun activity indicator
pod 'SEEActivityIndicatorView'
# OAuth 1.0 client
pod 'CocoaOauth', podspec: 'Podspecs/CocoaOauth.podspec'
# Facebook
pod 'Facebook-iOS-SDK', '3.2.0'
# View utilities
pod 'SSToolkit'
# Localytics
pod 'Localytics-iOS-Client'
# Tests
target :STS do
# Functional tests
pod 'KIF'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment