Skip to content

Instantly share code, notes, and snippets.

@choefele
Created April 28, 2015 10:59
Show Gist options
  • Save choefele/aaf0edfcd2656901c08e to your computer and use it in GitHub Desktop.
Save choefele/aaf0edfcd2656901c08e to your computer and use it in GitHub Desktop.
CocoaPods Podfile use_frameworks
platform :ios, '8.0'
use_frameworks!
source 'https://github.com/CocoaPods/Specs'
source 'git@github.com:optionu/Specs.git'
link_with 'HereToThere Widget', 'HereToThere WatchKit Extension'
pod 'FontAwesomeKit/FontAwesome'
pod 'FontAwesomeKit/FoundationIcons'
pod 'GoogleAnalytics-iOS-SDK'
pod 'CCHDarwinNotificationCenter'
pod 'CCHTransportClient', :head
target 'HereToThere' do
pod 'AMPopTip'
pod 'TSMessages'
end
post_install do | installer |
require 'fileutils'
FileUtils.cp_r('Pods/Target Support Files/Pods/Pods-Acknowledgements.plist', 'HereToThere/Settings.bundle/Acknowledgements.plist', :remove_destination => true)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment