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.
- checksums.yaml +4 -4
- metadata +9 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d226d2318016e6f6547c22c3f9e8d04eecca659
|
|
4
|
+
data.tar.gz: 52498570d1b9f13f01837ddc35977ac1a989a9ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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:
|
|
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:
|
|
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
|
|
80
|
+
hosted pod repo
|
|
76
81
|
test_files: []
|