aboutsummaryrefslogtreecommitdiff
path: root/BuildingAndUsing.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BuildingAndUsing.txt')
-rw-r--r--BuildingAndUsing.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/BuildingAndUsing.txt b/BuildingAndUsing.txt
index 67bbd79..ad92951 100644
--- a/BuildingAndUsing.txt
+++ b/BuildingAndUsing.txt
@@ -1,4 +1,5 @@
-The GTM project provides a Framework target and Unit Testing targets.
+The GTM project provides a Framework target and Unit Testing targets, as
+well as a CocoaPod.
Unit Testing Targets -
@@ -16,3 +17,8 @@ to their own project to start using it or playing around with it. However,
the intent is for a developer to manually add the sources to their project in
the end to reduce the total size of their product (since they only have to
include the parts of GTM they need).
+
+CocoaPods -
+
+The GTM project provides a Podspec for some of the more commonly-used parts of
+GTM. See https://cocoapods.org/pods/GoogleToolboxForMac for more info.