Skip to content

Commit 3e1079b

Browse files
committed
Add Gemfile for Bundle
1 parent a99b023 commit 3e1079b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Gemfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
source 'https://rubygems.org'
2+
3+
# The Cocoa library package manager.
4+
gem 'cocoapods'
5+
6+
# A CocoaPods plugin to remove and de-intergrate CocoaPods from your project .
7+
gem 'cocoapods-deintegrate'
8+
# Add Fastlane for deployment and general awesomeness
9+
gem 'fastlane'
10+
11+
# A command-line tool that reorganizes your Xcode project folder to match yo ur Xcode
12+
gem "synx"

0 commit comments

Comments
 (0)