We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99b023 commit 3e1079bCopy full SHA for 3e1079b
1 file changed
Gemfile
@@ -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