cocoapods-localsource 0.0.2 → 0.0.5

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +9 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 835544f2011fe5cdb0e05b212ee0a0373631b519
4
- data.tar.gz: 885265eb62ee55170ccf35c2665c892100126828
3
+ metadata.gz: 9d226d2318016e6f6547c22c3f9e8d04eecca659
4
+ data.tar.gz: 52498570d1b9f13f01837ddc35977ac1a989a9ab
5
5
  SHA512:
6
- metadata.gz: '01390c9d01574ed8beea7d7b075841ab06b355f35483a7df658d03cde4fcd80696524c6e8be127bd2b3f234a7341b438ff9b511b637425fa38b94477acccd1b4'
7
- data.tar.gz: cb0a4e991a50ce1c183f0e04efde26b4f65bffbc5b9ff0580220cf6cd6445d734bbaa5ce5f5974c97d678f8c443c7aa95d8cf5fb790310582afaf0c1a6b971b3
6
+ metadata.gz: 74516cced935f8f95cfee466303175a8fba44a80da0cdaa8923f69307c3c663cdbb2aea7e4818decde9b73ae62049e6bca91e3c23065cba96eb733fdd141c4c3
7
+ data.tar.gz: 43de18ec5abe0cdee7e666ba4e5501342b06929430a39b9321b1e20d9d023578f880988c1bd2f727a991ebc98dbce6ab02b9d200741294efe86ac943bbbc668f
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-localsource
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Peter
@@ -38,7 +38,11 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.0'
41
- description: A simple hello world gem
41
+ description: " cocoapods-localsource allows to import local development pods without
42
+ specifying a path.\n In your apps Podfile, require the gem and define the local
43
+ module directory by passing the path to `local_source`.\n Using this cocoapods
44
+ plugin allows us to keep all our source code in one central repository while keeping
45
+ the benefits of a modularized app architecture. \n"
42
46
  email: daniel.peter@me.com
43
47
  executables: []
44
48
  extensions: []
@@ -52,6 +56,7 @@ licenses:
52
56
  - MIT
53
57
  metadata:
54
58
  source_code_uri: https://github.com/ohitsdaniel/cocoapods-localsource
59
+ homepage_uri: https://github.com/ohitsdaniel/cocoapods-localsource-example
55
60
  post_install_message:
56
61
  rdoc_options: []
57
62
  require_paths:
@@ -60,7 +65,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
65
  requirements:
61
66
  - - ">="
62
67
  - !ruby/object:Gem::Version
63
- version: '0'
68
+ version: 2.0.0
64
69
  required_rubygems_version: !ruby/object:Gem::Requirement
65
70
  requirements:
66
71
  - - ">="
@@ -72,5 +77,5 @@ rubygems_version: 2.5.2.3
72
77
  signing_key:
73
78
  specification_version: 4
74
79
  summary: Allows including local podspec dependencies withouth the need of an externally
75
- hosted source
80
+ hosted pod repo
76
81
  test_files: []