Simple Cocoa Touch project providing support of CocoaPods libraries in projects using Carthage as a dependency manager.
- GoogleTagManager version 6.0
Add the following line to your Cartfile:
github "massiveinteractive/CocoaPodsSupport"
And run:
carthage update
- CocoaPods
sudo gem install cocoapods
In order to add YourCocoaPodsLibrary you need to specify it in the Podfile of the project:
target 'CocoaPodsSupport' do
pod 'GoogleTagManager', '6.0'
# ...
pod 'YourCocoaPodsLibrary'
endAnd run:
pod install
To download and install YourCocoaPodsLibrary into the project.