samhuri.net-ios/Podfile
2015-05-25 22:13:49 -07:00

28 lines
566 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 :'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'
pod 'HockeySDK'
end
target :BlogTests do
link_with :Blog
end