aboutsummaryrefslogtreecommitdiff
path: root/BuildingAndUsing.txt
diff options
context:
space:
mode:
authorGravatar Jonathan MacMillan <dvorak@google.com>2016-02-22 18:27:42 -0800
committerGravatar Jonathan MacMillan <dvorak@google.com>2016-02-25 12:57:13 -0800
commit32f719d555ebe3015cf77cc47914c436f607b340 (patch)
tree17b57eee9f0b1b0116f95f0b0acc0de95dd27b1a /BuildingAndUsing.txt
parent0e9fdcf103b9e5fbb897ae5b83e6d25dcdc6ed7c (diff)
Add a podspec for GTM. This only adds a podspec for some of the commonly-used pieces of GTM.
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.