Created
April 28, 2015 10:59
-
-
Save choefele/aaf0edfcd2656901c08e to your computer and use it in GitHub Desktop.
CocoaPods Podfile use_frameworks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
platform :ios, '8.0' | |
use_frameworks! | |
source 'https://github.com/CocoaPods/Specs' | |
source '[email protected]: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