samhuri.net-ios/Podfile

16 lines
300 B
Ruby

# 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'
end
target :BlogTests do
link_with :Blog
end