Skip to content

Instantly share code, notes, and snippets.

@coreyfloyd
Last active December 17, 2015 04:28
Show Gist options
  • Save coreyfloyd/5550248 to your computer and use it in GitHub Desktop.
Save coreyfloyd/5550248 to your computer and use it in GitHub Desktop.
platform :ios, :deployment_target => '5.0'
set_arc_compatibility_flag!
pod 'MMDrawerController'
#Utilities
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 'ViewUtils'
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'
#https://github.com/veritech/FRCoreDataOperation
#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment