Created
May 14, 2013 10:11
-
-
Save coreyfloyd/5574967 to your computer and use it in GitHub Desktop.
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, :deployment_target => '5.0' | |
#platform :osx, :deployment_target => '10.8' | |
#Utilities | |
pod 'FJCode' | |
pod 'MTDates' | |
#pod 'NSDate+Helper' | |
pod 'BlocksKit' #includes alert blocks | |
pod 'ObjectiveSugar' #ruby syntax | |
pod 'ReactiveCocoa' | |
pod 'SFHFKeychainUtils' | |
pod 'CocoaLumberjack' #Logging | |
pod 'BlockTypeDescription' # Better Block Descriptions | |
#UIKit Utilities | |
#pod 'POViewFrameBuilder' | |
#pod 'UIDeviceIdentifier' | |
#Components | |
#pod 'Mantle' #Model class + parameter mapping | |
#View components | |
#pod 'STTweetLabel' | |
#pod 'SVProgressHUD' | |
#pod 'SVWebViewController' | |
#pod 'SYPaginator' | |
#https://github.com/FlyingJalapeno/SensibleTableView | |
#MKNumberBadgeView | |
#Networking | |
#pod 'Reachability' | |
#pod 'AFNetworking' | |
#pod 'SDWebImage' #need to upload my changes to my fork | |
#Core Data | |
#pod 'AFIncrementalStore' | |
#pod 'MagicalRecord' #Need to create my own branch and move any methods from core data NSMOC category | |
#pod 'RestKit' | |
#pod 'NLCoreData' | |
#Test | |
#pod 'Kiwi' | |
#pod 'CaptureRecord' | |
#pod 'PonyDebugger' | |
#http://www.telerik.com/automated-testing-tools/ios-testing/ios-application-testing.aspx | |
#https://github.com/jonathanpenn/ui-auto-monkey | |
#MBFaker | |
#http://testingwithfrank.com | |
#Analytics and Crash Reporting | |
#pod 'KeenClient' | |
pod 'TestFlightSDK' | |
#Crashlytics | |
#Other | |
#pod 'CargoBay' | |
#Integrate Soon | |
#pod 'SSToolkit' | |
#pod 'QuickDialog' | |
#Explore | |
#pod 'NimbusKit' | |
#pod 'RAReactionKit' | |
#pod 'BaseKit' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment