samhuri.net-ios/Podfile
2014-10-18 14:19:51 -07:00

16 lines
278 B
Ruby

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