Created
January 13, 2014 08:47
-
-
Save MasahiroSakoda/8396705 to your computer and use it in GitHub Desktop.
Collection of Basic CocoaPods module
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
# 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