# Uncomment this line to define a global platform for your project # platform :ios, '6.0' source 'https://github.com/CocoaPods/Specs.git' target :Blog do pod 'Mantle' pod 'PromiseKit' pod 'YapDatabase' pod 'libextobjc' pod 'ObjectiveSugar' pod 'dyci' end target :BlogTests do link_with :Blog end