samhuri.net-ios/Podfile
2015-05-03 23:57:13 -07:00

18 lines
397 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'
pod 'dyci'
pod 'FontAwesome+iOS', :git => 'https://github.com/alexdrone/ios-fontawesome.git'
end
target :BlogTests do
link_with :Blog
end