Created
August 28, 2015 15:48
-
-
Save christophercotton/971cb8dab0375327ede1 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
pod 'AFNetworking' # making requests | |
pod 'CocoaLumberjack' # logging | |
pod 'MagicalRecord' # coredata | |
pod 'FastttCamera' # taking pictures | |
pod 'WYPopoverController' # popover on iphone | |
pod 'FBSDKCoreKit' # facebook | |
pod 'FBSDKLoginKit' # facebook | |
pod 'FBSDKShareKit' # facebook | |
pod 'OAStackView' # UIStackView on iOS7 | |
pod 'REMenu', :git => '[email protected]:romaonthego/REMenu.git' # drop down menu | |
pod 'Hakawai' # Text Edit with @mentions | |
pod 'TTTAttributedLabel' # better label | |
pod 'PINRemoteImage' # image retrieval and cachine | |
pod 'google-cast-sdk' # Google Chromecast support | |
pod 'GBDeviceInfo' # device information, system versioning | |
pod 'PKRevealController' # sliding controller | |
pod 'TSMarkdownParser' # parsing markdown into Attributed strings | |
pod 'RMStore' # In App purchase, store validation | |
pod 'Alamofire' # networking | |
pod 'AlamofireJsonToObjects' #ease of parsing objects | |
pod 'SwiftyJSON' # better swift JSON | |
pod 'ObjectAL-for-iPhone' # sound | |
pod 'Expecta' # testing | |
pod 'OHHTTPSStubs' # testing HTTP | |
pod 'COSTouchVisualizer', :git => '[email protected]:conopsys/COSTouchVisualizer.git', :commit => '2a27db2c2c37e844a0128b3e9b118a6da1ae1567' # touches visualization | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment