mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-03-25 09:25:47 +00:00
16 lines
278 B
Ruby
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
|