Created
May 13, 2013 15:46
-
-
Save soffes/5569297 to your computer and use it in GitHub Desktop.
Seesaw Podfile
This file contains 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, '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' | |
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