Permalink
Browse files

ignore the lock file and pods for the example app (#79)

  • Loading branch information...
1 parent b9af2f8 commit 380220a3e50f654c1ff83a4c0b46da381cb2ff72 @rcancro rcancro committed with garrettmoon Apr 15, 2016
Showing with 4 additions and 54 deletions.
  1. +4 −0 .gitignore
  2. +0 −54 Example/Podfile.lock
View
@@ -30,3 +30,7 @@ DerivedData
# `pod install` in .travis.yml
#
Pods/
+
+# example files
+Example/Podfile.lock
+Example/Pods/
View
@@ -1,54 +0,0 @@
-PODS:
- - AFNetworking (2.6.0):
- - AFNetworking/NSURLConnection (= 2.6.0)
- - AFNetworking/NSURLSession (= 2.6.0)
- - AFNetworking/Reachability (= 2.6.0)
- - AFNetworking/Security (= 2.6.0)
- - AFNetworking/Serialization (= 2.6.0)
- - AFNetworking/UIKit (= 2.6.0)
- - AFNetworking/NSURLConnection (2.6.0):
- - AFNetworking/Reachability
- - AFNetworking/Security
- - AFNetworking/Serialization
- - AFNetworking/NSURLSession (2.6.0):
- - AFNetworking/Reachability
- - AFNetworking/Security
- - AFNetworking/Serialization
- - AFNetworking/Reachability (2.6.0)
- - AFNetworking/Security (2.6.0)
- - AFNetworking/Serialization (2.6.0)
- - AFNetworking/UIKit (2.6.0):
- - AFNetworking/NSURLConnection
- - AFNetworking/NSURLSession
- - Expecta (1.0.2)
- - PinterestSDK (1.0):
- - AFNetworking (~> 2.3)
- - SSKeychain
- - Specta (0.3.0.beta1)
- - SSKeychain (1.2.3)
-
-DEPENDENCIES:
- - Expecta
- - PinterestSDK (from `../`)
- - Specta (from `https://github.com/specta/specta.git`, tag `v0.3.0.beta1`)
-
-EXTERNAL SOURCES:
- PinterestSDK:
- :path: ../
- Specta:
- :git: https://github.com/specta/specta.git
- :tag: v0.3.0.beta1
-
-CHECKOUT OPTIONS:
- Specta:
- :git: https://github.com/specta/specta.git
- :tag: v0.3.0.beta1
-
-SPEC CHECKSUMS:
- AFNetworking: 79f7eb1a0fcfa7beb409332b2ca49afe9ce53b05
- Expecta: 54e8a3530add08f4f0208c111355eda7cde74a53
- PinterestSDK: e8940454001465edf1b759b0f7a49933d4c514a1
- Specta: 63e8ac8e07db6675c7096d37f77a266a1be4c02d
- SSKeychain: 3f42991739c6c60a9cf1bbd4dff6c0d3694bcf3d
-
-COCOAPODS: 0.35.0

0 comments on commit 380220a

Please sign in to comment.