pod-target 0.1.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de4190a35cde2f6981e4816fce856fbe2c154d3aa8749f37e46e467d96ec0d0f
4
- data.tar.gz: '086e531c929c666f42c7bfbf0a93b59eaca3bd921b92a5f5fa4687178360e8ac'
3
+ metadata.gz: 863875f8504bc41d429c6e1c9be0572bb79a85c7c3945670cd61ab006ea067d1
4
+ data.tar.gz: bd0feae960df1eb8c6ef1b4a2273e0c62b2cee8b60127584167665cf09a55397
5
5
  SHA512:
6
- metadata.gz: 3fe7369bbea6b0bfeddf567cba9393fd67b02189b5f0f4245e187a727745aa6540ca49bad3a499d05b360ba6fa85bf3a70f165023e47452dfdedecbb8e2bfd71
7
- data.tar.gz: 141eaa9eba1e9754a1630a13a1721159cdb3834de36dac1715662ebb0d8fe1ccc715d76e272d9a5fc180efdb01fc0a44ac4d18db83b86af0e74b6afd9b6d5929
6
+ metadata.gz: 8ead07a293e253a6844931ff5c70f13d2faca3439441d9979e328dc4a94a57e9b3b00853b4f1dcb1ab555ef9f4eceecf385e63eaf33b07cf9c728aa05144488d
7
+ data.tar.gz: 428b84616318dab406334a2480175152a77acfae26d96c80b6a25c328d3fc760a98e0ddae692220ba9ca200b40e21e126fa16f642cb9968388e3ee3c2327a829
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pod-target (0.1.1)
4
+ pod-target (0.1.2)
5
5
  thor
6
6
  xcodeproj (~> 1.7)
7
7
 
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
- # Pod::Target
1
+ # pod-target
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/pod/target`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Find dependencies between targets in your pod project, and output the csv file which shows dependencies that can be removed from podspec of the target.
6
4
 
7
5
  ## Installation
8
6
 
@@ -32,12 +30,12 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
30
 
33
31
  ## Contributing
34
32
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/pod-target. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/pod-target/blob/master/CODE_OF_CONDUCT.md).
33
+ Bug reports and pull requests are welcome on GitHub at https://github.com/bendoppler/podspec-dependency-resolve This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/bendoppler/podspec-dependency-resolve/blob/master/CODE_OF_CONDUCT.md).
36
34
 
37
35
 
38
36
  ## Code of Conduct
39
37
 
40
- Everyone interacting in the Pod::Target project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/pod-target/blob/master/CODE_OF_CONDUCT.md).
38
+ Everyone interacting in the pod-target project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/bendoppler/podspec-dependency-resolve/blob/master/CODE_OF_CONDUCT.md).
41
39
 
42
40
  ## Copyright
43
41
 
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  module Target
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pod-target
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bao Do