remove Podfile.lock from .gitignore
Showing
2 changed files
with
18 additions
and
2 deletions
@@ -13,8 +13,7 @@ profile | @@ -13,8 +13,7 @@ profile | ||
13 | *.moved-aside | 13 | *.moved-aside |
14 | # Desktop Servies | 14 | # Desktop Servies |
15 | .DS_Store | 15 | .DS_Store |
16 | -Podfile.lock | ||
17 | /Pods/ | 16 | /Pods/ |
18 | script/env.sh | 17 | script/env.sh |
19 | 18 | ||
20 | -/Masonry.xcworkspace/xcshareddata/Masonry.xccheckout | ||
19 | +/Masonry.xcworkspace/xcshareddata/Masonry.xccheckout |
Podfile.lock
0 → 100644
1 | +PODS: | ||
2 | + - Expecta (0.2.3) | ||
3 | + - Masonry (0.4.0) | ||
4 | + | ||
5 | +DEPENDENCIES: | ||
6 | + - Expecta | ||
7 | + - Masonry (from `./`) | ||
8 | + | ||
9 | +EXTERNAL SOURCES: | ||
10 | + Masonry: | ||
11 | + :path: ./ | ||
12 | + | ||
13 | +SPEC CHECKSUMS: | ||
14 | + Expecta: 2434bb2e2b3b1814280ec5d9a11359433d035975 | ||
15 | + Masonry: d673617c9cbc24aaea90fba20b10e47fd9970a39 | ||
16 | + | ||
17 | +COCOAPODS: 0.32.1 |
-
Please register or login to post a comment