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