pod-tools 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +0 -1
- data/README.md +4 -13
- data/lib/version.rb +1 -1
- data/pod-tools.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8a59089e906adff59cef9283f2fcc2de1c284fc
|
|
4
|
+
data.tar.gz: dd061d39e6ea6b7afec97072c7ba7ee8ec7d3be9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0093722ed4a7122a6d2d5de8b9de6348d3ee1acfd5a8309b707ef526419b34f87679891fadbf9ccc8177922673a557157122dc43231fba085c449095fd860cb9
|
|
7
|
+
data.tar.gz: 8ecd4966a95d123e8503213128013290f1f6c88487e9ab0ad7113addf3a412ceec6f63a465d57e78496a7895fe18c3bdf2e888eee782b30786d713b4cc1da911
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# Pod Tools
|
|
2
|
+
 
|
|
2
3
|
|
|
3
4
|
Clear CocoaPods cache, re-download and re-install all pods
|
|
4
5
|
|
|
6
|
+
<p align="center">
|
|
7
|
+
<img alt="Insert GIF here" src="http://media.giphy.com/media/GhQOnZZwMexhe/giphy.gif" />
|
|
8
|
+
</p>
|
|
5
9
|
|
|
6
10
|
## Installation
|
|
7
11
|
|
|
@@ -21,16 +25,3 @@ pod-reinstall
|
|
|
21
25
|
# Clean all XCode derived data
|
|
22
26
|
pod-clean-derived-data
|
|
23
27
|
```
|
|
24
|
-
|
|
25
|
-
<p align="center">
|
|
26
|
-
<img src="https://raw.github.com/cesarferreira/pod-tools/master/extras/images/terminal01.gif" />
|
|
27
|
-
</p>
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## Contributing
|
|
31
|
-
|
|
32
|
-
1. Fork it ( https://github.com/cesarferreira/pod-tools/fork )
|
|
33
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
34
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
35
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
|
36
|
-
5. Create a new Pull Request
|
data/lib/version.rb
CHANGED
data/pod-tools.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
#spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server."
|
|
14
14
|
end
|
|
15
15
|
|
|
16
|
-
spec.summary = '
|
|
16
|
+
spec.summary = 'Set of Cocoapods tools (clean, reinstall, clean derived data)'
|
|
17
17
|
spec.description = 'Pod tools'
|
|
18
18
|
spec.homepage = "https://github.com/cesarferreira/pod-tools"
|
|
19
19
|
spec.license = 'MIT'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pod-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- cesar ferreira
|
|
@@ -126,5 +126,5 @@ rubyforge_project:
|
|
|
126
126
|
rubygems_version: 2.4.6
|
|
127
127
|
signing_key:
|
|
128
128
|
specification_version: 4
|
|
129
|
-
summary:
|
|
129
|
+
summary: Set of Cocoapods tools (clean, reinstall, clean derived data)
|
|
130
130
|
test_files: []
|