Skip to content

Instantly share code, notes, and snippets.

@MasahiroSakoda
Created January 13, 2014 08:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MasahiroSakoda/8396705 to your computer and use it in GitHub Desktop.
Save MasahiroSakoda/8396705 to your computer and use it in GitHub Desktop.
Collection of Basic CocoaPods module
# Test Frameworks
pod 'gh-unit'
pod 'kiwi'
## Mock Frameworks
pod 'OCMock'
# Debugging/Logging
pod 'UALogger'
# Project Management
pod 'XToDo'
# Database Wrapper
pod 'MagicalRecord'
# Networking
pod 'AFNetworking'
pod 'RestKit'
pod 'DTBonjuor'
# User Interfaces
pod 'JASidePanels'
pod 'MBProgressHUD'
pod 'SJNotificationViewController'
# Keychain
pod 'MCSMKeychainItem'
# In App Purchase
pod 'MKStoreKit'
# Parser
pod 'MWFeedParser'
# SNS
pod 'ShareKit'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment