# Uncomment this line to define a global platform for your project # platform :ios, '6.0' source 'https://github.com/CocoaPods/Specs.git' target :'samhuri.net' do pod 'Mantle' pod 'PromiseKit' pod 'YapDatabase' pod 'ObjectiveSugar' pod 'MBProgressHUD' end target :Blog do pod 'Mantle' pod 'PromiseKit' pod 'YapDatabase' pod 'libextobjc' pod 'ObjectiveSugar' pod 'dyci' pod 'FontAwesome+iOS', :git => 'https://github.com/alexdrone/ios-fontawesome.git' pod 'MBProgressHUD' end target :BlogTests do end